Skip to content

Commit

Permalink
Clarify negotiationneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Apr 25, 2019
1 parent 0d55754 commit 6491619
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4064,7 +4064,11 @@ <h4>Updating the Negotiation-Needed flag</h4>
<var>connection</var>.<a>[[\CurrentLocalDescription]]</a> nor
<var>connection</var>.<a>[[\CurrentRemoteDescription]]</a>
matches <var>transceiver</var>.<a>[[\Direction]]</a>,
return <code>true</code>.</p>
return <code>true</code>. In this step, when the direction
is compared with a direction found in
<a>[[\CurrentRemoteDescription]]</a>, the description's
direction must be reversed to represent the peer's point of
view.</p>
</li>
<li>
<p>If <var>description</var> is of type <code>"answer"</code>,
Expand Down

0 comments on commit 6491619

Please sign in to comment.