Skip to content

Commit

Permalink
Merge pull request #1436 from w3c/curr-direction-stop
Browse files Browse the repository at this point in the history
RTCRtpTransceiver: Set currentDirection to null when stopping
  • Loading branch information
aboba committed Jun 29, 2017
2 parents c602d52 + 8b18a5e commit 48901b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webrtc.html
Expand Up @@ -7309,6 +7309,11 @@ <h2>Methods</h2>
<li>
<p>Set <code><var>transceiver</var>.stopped</code> to <code>true</code>.</p>
</li>
<li>
<p>Set <var>transceiver</var>'s [[<a href=
"#curr-direction-slot">CurrentDirection</a>]] slot to
<code>null</code>.</p>
</li>
<li>
<p><a>Update the negotiation-needed flag</a> for
<var>connection</var>.</p>
Expand Down

0 comments on commit 48901b7

Please sign in to comment.