Skip to content

Commit

Permalink
Fix references to RTCIceCandidate attributes.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sam-vi authored and dontcallmedom committed Feb 26, 2024
1 parent 08262cf commit 4934e29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webrtc.html
Expand Up @@ -6034,10 +6034,10 @@ <h4>
</h4>
<p>
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 <var>candidateInitDict</var>, if it is well formed.
</p>
Expand Down

0 comments on commit 4934e29

Please sign in to comment.