Skip to content

Commit

Permalink
Merge pull request #189 from sam-vi/samvi-clarifications-179
Browse files Browse the repository at this point in the history
Move non-normative prose in nominate algo into a note.
  • Loading branch information
aboba committed Dec 7, 2023
2 parents 9204ddc + 55a15d6 commit 45ce1cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,10 +766,7 @@ <h3>
</li>
<li>
<p>
If |accepted| is <code>false</code>, instruct the [= ICE agent =] to not {{nominate}} |candidatePair|, and instead to
continue to perform connectivity checks. The [= ICE agent =] may continue to send data using the candidate pair
indicated by |candidatePair| unless instructed to use another candidate pair with
{{RTCIceTransport/selectCandidatePair}}.
If |accepted| is <code>false</code>, abort these steps and instruct the [= ICE agent =] to continue to perform connectivity checks.
</p>
</li>
<li>
Expand All @@ -778,6 +775,9 @@ <h3>
</p>
</li>
</ol>
<p class="note">
The [= ICE agent =] will continue to send data using |candidatePair| until instructed to use another candidate pair with {{RTCIceTransport/selectCandidatePair}}.
</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>:
Expand Down

0 comments on commit 45ce1cb

Please sign in to comment.