Skip to content

Commit

Permalink
replaceTrack should accept nullable argument
Browse files Browse the repository at this point in the history
Fix for Issue #1387
  • Loading branch information
aboba committed Jun 15, 2017
1 parent 26bdf4a commit f33c3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Expand Up @@ -5501,7 +5501,7 @@ <h3>RTCRtpSender Interface</h3>
static RTCRtpCapabilities getCapabilities (DOMString kind);
Promise&lt;void&gt; setParameters (optional RTCRtpParameters parameters);
RTCRtpParameters getParameters ();
Promise&lt;void&gt; replaceTrack (MediaStreamTrack withTrack);
Promise&lt;void&gt; replaceTrack (MediaStreamTrack? withTrack);
Promise&lt;RTCStatsReport&gt; getStats();
};</pre>
<section>
Expand Down

0 comments on commit f33c3a8

Please sign in to comment.