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

ICE candidate statistics are provided by WebRTC stats.
From https://w3c.github.io/webrtc-pc/#mandatory-to-implement-stats, stats are to be done "when the corresponding objects exist on a PeerConnection".
My interpretation of this rule is that:
- Any ICE candidate that is exposed to JS/provided by JS should have corresponding stats.
- The selected candidate pair should have corresponding stats.
- A prflx candidate should have stats if it is part of the selected candidate pair.

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

Received on Friday, 22 March 2019 12:36:36 UTC