Re: [webrtc-pc] rename RTCIceCandidate.ip to address?

> it would be silly to not leak in onicecandidate but then in getStats.

Good catch. Not just a simple rename in getStats since [it](https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-ip) says: *"(FQDNs) are not allowed"*.

Implementations will likely need to map ips back to FQDNs here.

There's also [this](https://tools.ietf.org/html/rfc5245#section-15.1): *"If the DNS query returns more than one IP address, one is chosen, and then used for the remainder of ICE processing."*—How well will that interop? I guess it's rare.

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

Received on Friday, 22 June 2018 21:25:50 UTC