From 62e7e5d1d26231f088053a88ee0b7eb97e21747e Mon Sep 17 00:00:00 2001 From: Fabian Vilers Date: Tue, 12 May 2020 11:33:23 +0200 Subject: [PATCH] Fix replaceTrack header level replaceTrack header was not of the same level than others. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab76bb43..1163d2c9 100644 --- a/README.md +++ b/README.md @@ -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.