Skip to content

Commit

Permalink
Use the create an RTCIceCandidatePair algorithm in RTCIceTransport.
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-vi committed Apr 18, 2024
1 parent f1c0561 commit 40de7d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12344,9 +12344,7 @@ <h3>
<ol>
<li>
<p>
Let <var>newCandidatePair</var> be a newly created
{{RTCIceCandidatePair}} representing the indicated pair if
one is selected, and <code>null</code> otherwise.
Let <var>newCandidatePair</var> be the result of [= creating an RTCIceCandidatePair =] with |local:RTCIceCandidate| and |remote:RTCIceCandidate|, representing the local and remote candidates of the indicated pair if one is selected, and <code>null</code> otherwise.
</p>
</li>
<li data-tests="RTCIceTransport.html">
Expand Down Expand Up @@ -12676,7 +12674,7 @@ <h3>
This interface represents an ICE candidate pair, described in Section 4 in [[RFC8445]]. An {{RTCIceCandidatePair}} is a pairing of a local and a remote {{RTCIceCandidate}}.
</p>
<p>
To <dfn class="abstract-op">create an RTCIceCandidatePair</dfn> with {{RTCIceCandidate}} objects, |local:RTCIceCandidate| and |remote:RTCIceCandidate|, run the following steps:
To <dfn class="abstract-op" data-lt="creating an RTCIceCandidatePair">create an RTCIceCandidatePair</dfn> with {{RTCIceCandidate}} objects, |local:RTCIceCandidate| and |remote:RTCIceCandidate|, run the following steps:
</p>
<ol class="algorithm">
<li>
Expand Down

0 comments on commit 40de7d5

Please sign in to comment.