[webrtc-pc] RTCPeerConnectionIceErrorEvent: hostCandidate clarification (#2230)

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

== RTCPeerConnectionIceErrorEvent: hostCandidate clarification ==
Currently, the explanatory test for hostCandidate states:

"The hostCandidate attribute is the local IP address and port used to communicate with the STUN or TURN server.

On a multihomed system, multiple interfaces may be used to contact the server, and this attribute allows the application to figure out on which one the failure occurred.

If use of multiple interfaces has been prohibited for privacy reasons, this attribute will be set to 0.0.0.0:0 or [::]:0, as appropriate."

Is an mDNS name ever placed in the hostCandidate field?

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

Received on Tuesday, 16 July 2019 16:27:01 UTC