Skip to content

Commit

Permalink
Add a=end-of-candidates to description(s).
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Aug 25, 2023
1 parent 489998f commit 5dbb2b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11904,6 +11904,25 @@ <h3>
<code>true</code>, abort these steps.
</p>
</li>
<li data-tests=
"RTCPeerConnection-candidate-in-sdp.https.html">
<p>
If <var>connection</var>.{{RTCPeerConnection/[[PendingLocalDescription]]}} is
not <code>null</code>, and represents the ICE [= generation =]
for which gathering finished, add
`a=end-of-candidates` to
<var>connection</var>.{{RTCPeerConnection/[[PendingLocalDescription]]}}.sdp.
</p>
</li>
<li>
<p>
If <var>connection</var>.{{RTCPeerConnection/[[CurrentLocalDescription]]}} is
not <code>null</code>, and represents the ICE [= generation =]
for which gathering finished, add
`a=end-of-candidates` to
<var>connection</var>.{{RTCPeerConnection/[[CurrentLocalDescription]]}}.sdp.
</p>
</li>
<li>
<p>
Let <var>endOfGatheringCandidate</var> be the result of [= creating an
Expand Down

0 comments on commit 5dbb2b3

Please sign in to comment.