From 91661ba185fa0bac9ab98c2f140ba9a19d17f2e7 Mon Sep 17 00:00:00 2001 From: Sameer Vijaykar <194338+sam-vi@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:14:47 +0100 Subject: [PATCH] Fix references to RTCIceCandidate attributes. Fixes: #2916. The containing sentence talks about the derivation of the attributes of RTCIceCandidate, and so it should link to the attibutes of RTCIceCandidate and not to the members of RTCIceCandidateInit. --- webrtc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webrtc.html b/webrtc.html index 0f6d137cc..de468bfa9 100644 --- a/webrtc.html +++ b/webrtc.html @@ -6034,10 +6034,10 @@
This interface describes an ICE candidate, described in [[RFC5245]] - Section 2. Other than {{RTCIceCandidateInit/candidate}}, - {{RTCIceCandidateInit/sdpMid}}, - {{RTCIceCandidateInit/sdpMLineIndex}}, and - {{RTCIceCandidateInit/usernameFragment}}, the remaining attributes + Section 2. Other than {{RTCIceCandidate/candidate}}, + {{RTCIceCandidate/sdpMid}}, + {{RTCIceCandidate/sdpMLineIndex}}, and + {{RTCIceCandidate/usernameFragment}}, the remaining attributes are derived from parsing the {{RTCIceCandidateInit/candidate}} member in candidateInitDict, if it is well formed.