[webrtc-pc] RTCIceCandidateInit members are linked instead of RTCIceCandidate attributes (#2916)

sam-vi has just created a new issue for https://github.com/w3c/webrtc-pc:

== RTCIceCandidateInit members are linked instead of RTCIceCandidate attributes ==
In the [RTCIceCandidate interface section](https://w3c.github.io/webrtc-pc/#rtcicecandidate-interface), members of the Init dictionary are linked even though the sentence talks about how the attributes of RTCIceCandidate interface are derived.

> Other than [candidate](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidateinit-candidate), [sdpMid](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidateinit-sdpmid), [sdpMLineIndex](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidateinit-sdpmlineindex), and [usernameFragment](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidateinit-usernamefragment), the remaining attributes are derived from parsing the [candidate](https://w3c.github.io/webrtc-pc/#dom-rtcicecandidateinit-candidate) member in candidateInitDict, if it is well formed.

This should probably be changed to link to the RTCIceCandidate attributes of the same name instead.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2916 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 20 December 2023 15:24:25 UTC