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

> * Do we want to send it to the other side?

No. 

> * Do we want to make sure we hide it from the other side?

Yes. This might leak your location which is undesirable.

> * Are there places in the path that can use this information, short of the other side?

You may want to act differently depending on whether you use your own "primary" TURN server or a fallback one (i've just seen such a case again). This may be done either as a result of a getStats call (which already has the URL) or in the selectedcandidatepairchange event.

Have you folks looked at https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/ which actually displays the url?

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


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

Received on Tuesday, 8 November 2022 10:07:31 UTC