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

getRemoteCandidates definition is only about candidates added through addIceCandidate.
Given that there is no clear use cases for adding PRFLX candidates, it is suggested to keep the status quo.

Proposal is therefore to close this issue and do the following actions:
- Make it clear in getRemoteCandidates description that PRFLX candidates will not be listed.
- Ensure that getSelectedCandidatePair handles PRFLX candidates similarly to webrtc-stats to not leak any unnecessary information.

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

Received on Thursday, 21 March 2019 16:32:28 UTC