Skip to content

Commit

Permalink
Merge pull request #2107 from jan-ivar/isclosed
Browse files Browse the repository at this point in the history
Block replaceTrack on pc.close() like the others, not tc.stop().
  • Loading branch information
aboba committed Feb 21, 2019
2 parents 35df05d + 7ab0e11 commit 0e1f5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
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 0e1f5b9

Please sign in to comment.