Skip to content

Commit

Permalink
Fix replaceTrack header level
Browse files Browse the repository at this point in the history
replaceTrack header was not of the same level than others.
  • Loading branch information
fvilers committed May 12, 2020
1 parent eb602e7 commit 62e7e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -350,7 +350,7 @@ Add a `MediaStreamTrack` to the connection. Must also pass the `MediaStream` you

Remove a `MediaStreamTrack` from the connection. Must also pass the `MediaStream` that it was attached to.

## `peer.replaceTrack(oldTrack, newTrack, stream)`
### `peer.replaceTrack(oldTrack, newTrack, stream)`

Replace a `MediaStreamTrack` with another track. Must also pass the `MediaStream` that the old track was attached to.

Expand Down

0 comments on commit 62e7e5d

Please sign in to comment.