w3c / webrtc-pc

WebRTC 1.0 API
https://w3c.github.io/webrtc-pc/
Other
437 stars 115 forks source link

Fix references to RTCIceCandidate attributes. #2917

Closed sam-vi closed 11 months ago

sam-vi commented 11 months ago

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.


Preview | Diff

alvestrand commented 11 months ago

Marked as editorial. Reading the context, I wonder if the paragraph should be deleted instead. When a candidate is created using the constructor, all the attributes seem to be derived from the corresponding members of RTCIceCandidateInit - the ones that are noted in this list are just subject to some extra tests.