[webrtc-pc] Obfuscation of RTCIceCandidate.address/candidate/relatedAddress is underspecified (#3107)

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

== Obfuscation of RTCIceCandidate.address/candidate/relatedAddress is underspecified ==
TLDR: What is this supposed to do?

```
const cand = new RTCIceCandidate({candidate: "candidate:1243276349 1 udp 1509957375 192.168.0.1 4545 typ prflx"});
console.log(cand.candidate);
console.log(cand.address);
console.log(cand.relatedAddress);
```

Is `cand` considered a remote candidate when interpreting https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-candidate ?
Is `cand` considered an _exposed_ remote candidate when interpreting https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-address ?

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


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

Received on Thursday, 7 May 2026 01:24:57 UTC