Skip to content

Commit

Permalink
Fix "An candidate" and mention the "icegatheringstatechange" event.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-b committed Aug 30, 2017
1 parent 7dba45a commit 3ee9539
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions webrtc.html
Expand Up @@ -3936,7 +3936,7 @@ <h4><dfn>RTCPeerConnectionIceEvent</dfn></h4>
different types of indications:
<ul>
<li>
<p>An candidate has been gathered. The <code><a
<p>A candidate has been gathered. The <code><a
data-link-for="RTCPeerConnectionIceEvent">candidate</a></code>
member of the event will be populated normally. It should be
signaled to the remote peer and passed into
Expand All @@ -3958,13 +3958,16 @@ <h4><dfn>RTCPeerConnectionIceEvent</dfn></h4>
<li>
<p>All <code><a>RTCIceTransport</a></code>s have finished
gathering candidates, and the <code><a>RTCPeerConnection</a></code>'s
<code><a>RTCIceConnectionState</a></code> has transitioned to
<code>"<a data-link-for="RTCIceConnectionState">completed</a>"</code>.
<code><a>RTCIceGatheringState</a></code> has transitioned to
<code>"<a data-link-for="RTCIceGatheringState">complete</a>"</code>.
This is indicated by the
<code><a data-link-for="RTCPeerConnectionIceEvent">candidate</a></code>
member of the event being set to <code>null</code>. This only exists
for backwards compatibility, and this event does not need to be
signaled to the remote peer.</p>
member of the event being set to <code>null</code>. This only
exists for backwards compatibility, and this event does not need
to be signaled to the remote peer. It's equivalent to an
<code>"<a>icegatheringstatechange</a>"</code> event with the
<code>"<a data-link-for="RTCIceGatheringState">complete</a>"</code>
state.</p>
</li>
</ul>
</div>
Expand Down

0 comments on commit 3ee9539

Please sign in to comment.