[webrtc-pc] RTCIceCandidate.relatedAddress not hidden for remote prflx like RTCIceCandidate.address is (#3106)

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

== RTCIceCandidate.relatedAddress not hidden for remote prflx like RTCIceCandidate.address is ==
Spec says to hide RTCIceCandidate.address for remote candidates if that address has not already been passed to addIceCandidate:

https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-address

The only situation where this happens is prflx, since all other remote candidate types come from addIceCandidate. However, for prflx, RTCIceCandidate.relatedAddress turns out to be the same thing and is not hidden in the same way:

https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-relatedaddress

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


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

Received on Monday, 4 May 2026 19:36:22 UTC