Skip to content

Commit

Permalink
Merge pull request #2917 from sam-vi/samvi-candidate-attributes
Browse files Browse the repository at this point in the history
Fix references to RTCIceCandidate attributes.
  • Loading branch information
henbos authored Dec 21, 2023
2 parents f9fe00f + 91661ba commit 4f7d5a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webrtc.html
Original file line number Diff line number Diff line change
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 4f7d5a3

Please sign in to comment.