From 40de7d591c6be6edbcc9f06ccba623d7c333dbd4 Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Thu, 18 Apr 2024 15:05:16 +0200 Subject: [PATCH] Use the create an RTCIceCandidatePair algorithm in RTCIceTransport. --- webrtc.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/webrtc.html b/webrtc.html index a936831f6..9a5b7778a 100644 --- a/webrtc.html +++ b/webrtc.html @@ -12344,9 +12344,7 @@

  1. - Let newCandidatePair be a newly created - {{RTCIceCandidatePair}} representing the indicated pair if - one is selected, and null otherwise. + Let newCandidatePair 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 null otherwise.

  2. @@ -12676,7 +12674,7 @@

    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}}.

    - To create an RTCIceCandidatePair with {{RTCIceCandidate}} objects, |local:RTCIceCandidate| and |remote:RTCIceCandidate|, run the following steps: + To create an RTCIceCandidatePair with {{RTCIceCandidate}} objects, |local:RTCIceCandidate| and |remote:RTCIceCandidate|, run the following steps: