Re: [webrtc-pc] Missing url in RTCIceCandidateInit (#2795)

reading the [minutes](https://lists.w3.org/Archives/Public/public-webrtc/2023Jan/0056.html) and watching the recording...
please note that as shown by https://jsfiddle.net/fippo/9hcbp7va/2/ JS is perfectly fine to modify read-only properties of the candidate thanks to `Object.defineProperty`.

Further note that the url of the server a candidate was gathered from is not relevant to the other side (i.e. addIceCandidate). If it was, it would be transported in the candidate string or mentioned in [RFC 5245](https://www.rfc-editor.org/rfc/rfc5245) or its successor.

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2795#issuecomment-1403340172 using your GitHub account


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

Received on Wednesday, 25 January 2023 09:44:29 UTC