Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chain the firing of negotiationneeded.
  • Loading branch information
jan-ivar committed Dec 10, 2019
1 parent 7fdd9b4 commit 38c1a5e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions webrtc.html
Expand Up @@ -1921,9 +1921,11 @@ <h4>Set the RTCSessionDescription</h4>
<li data-tests="RTCPeerConnection-onnegotiationneeded.html">
<p>If <var>connection</var>'s <a>signaling state</a> is now
<code>"stable"</code>, <a>update the negotiation-needed
flag</a>. If <var>connection</var>.<a>[[\NegotiationNeeded]]</a> was <code>true</code> both
before and after this update, queue a task that runs the
following steps:</p>
flag</a>. If <var>connection</var>.<a>[[\NegotiationNeeded]]</a>
was <code>true</code> both before and after this update,
<p><a href="#dfn-chain-an-operation">Chain</a> a step to
queue a task that runs the following steps, to
<var>connection</var>'s operations chain:</p>
<ol>
<li>
<p>If <var>connection</var>.<a>[[\IsClosed]]</a>
Expand Down Expand Up @@ -4004,7 +4006,9 @@ <h4>Updating the Negotiation-Needed flag</h4>
<code>true</code>.</p>
</li>
<li>
<p>Queue a task that runs the following steps:</p>
<p><a href="#dfn-chain-an-operation">Chain</a> a step to queue a
task that runs the following steps, to <var>connection</var>'s
operations chain:</p>
<ol>
<li>
<p class="untestable">If <var>connection</var>.<a>[[\IsClosed]]</a>
Expand Down

0 comments on commit 38c1a5e

Please sign in to comment.