Skip to content

Commit

Permalink
Block replaceTrack on pc.close() like the others, not tc.stop().
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Feb 16, 2019
1 parent 76a6464 commit 7ab0e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Expand Up @@ -6196,8 +6196,8 @@ <h2>Methods</h2>
<p>Queue a task that runs the following steps:</p>
<ol>
<li>
<p>If <var>transceiver</var>'s <a>[[\Stopped]]</a> slot is
<code>true</code>, abort these steps.</p>
<p>If <var>connection</var>'s <a>[[\IsClosed]]</a>
slot is <code>true</code>, abort these steps.</p>
</li>
<li>
<p>Set <var>sender</var>'s <code><a data-link-for=
Expand Down

0 comments on commit 7ab0e11

Please sign in to comment.