Skip to content

Commit

Permalink
Make a note of nomination after selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Sep 4, 2023
1 parent 609a8e7 commit a2c2cac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ <h3>
</p>
<p>
When the [= ICE agent =] has picked a candidate pair to {{nominate}} as the selected candidate pair, the [= user agent =]
MUST [= queue a task =] to <dfn id="rtcicetransport-nominate">nominate a candidate pair</dfn>:
MUST [= queue a task =] to <dfn id="rtcicetransport-nominate" data-lt="nominate the candidate pair">nominate a candidate pair</dfn>:
</p>
<ol class="algorithm">
<li>
Expand Down Expand Up @@ -856,6 +856,9 @@ <h3>
</p>
</li>
</ol>
<p class="note">
After changing the selected candidate pair, the [= ICE agent =] may attempt to [= nominate the candidate pair =] as well to conclude ICE processing. The application may cancel the nomination to allow further changes to the selected candidate pair.
</p>
<p>
When the [= ICE agent =] has picked a candidate pair to remove, the [= user agent =] MUST [= queue a task =] to <dfn id="rtcicetransport-remove">remove a candidate pair</dfn>:
</p>
Expand Down

0 comments on commit a2c2cac

Please sign in to comment.