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.