[webrtc-pc] RTCIceTransport.getRemoteCandidates() does not return prflx candidates (#2124)

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

== RTCIceTransport.getRemoteCandidates() does not return prflx candidates ==
The spec says getRemoteCandidates() returns the set of remote candidates passed to addIceCandidate, but prflx candidates are never passed to that interface. They are discovered via ICE. It seems that they should make an appearance in getRemoteCandidates() also.

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

Received on Tuesday, 12 March 2019 16:31:59 UTC