Skip to content

Commit

Permalink
Move the algo definition closer to the steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Nov 13, 2023
1 parent 01f13d0 commit 363600e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12160,15 +12160,14 @@ <h3>
The {{RTCIceTransportState}} of an {{RTCIceTransport}} may change
because a candidate pair with a usable connection was found and
selected or it may change without the selected candidate pair
changing. The <dfn class="export" data-lt="change of selected candidate pair or state">change of the selected pair and
{{RTCIceTransportState}}</dfn> are related
changing. The selected pair and {{RTCIceTransportState}} are related
and are handled in the same task.
</p>
<p>
When the [= ICE Agent =] indicates that an {{RTCIceTransport}} has
changed either the selected candidate pair, the
{{RTCIceTransportState}} or both, the user agent MUST queue a task
that runs the following steps:
that runs the steps to <dfn class="export" data-dfn-for="RTCIceTransport">change the selected candidate pair and state</dfn>:
</p>
<ol class=algorithm>
<li class="no-test-needed">
Expand Down

0 comments on commit 363600e

Please sign in to comment.