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: