Skip to content

Commit

Permalink
Merge pull request #2905 from sam-vi/samvi-icetransport-algo
Browse files Browse the repository at this point in the history
Name and export the RTCIceTransport state update algo
  • Loading branch information
henbos authored Nov 16, 2023
2 parents c9901ed + 363600e commit 1d0deef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12167,7 +12167,7 @@ <h3>
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 1d0deef

Please sign in to comment.