Re: [webrtc-pc] iceConnectionState, selectedCandidatePair and races in Chrome Canary (#2088)

The test in question is ["RTCRtpReceiver.getStats() contains only inbound-rtp and related stats"](https://cs.chromium.org/chromium/src/third_party/blink/web_tests/external/wpt/webrtc/RTCPeerConnection-track-stats.https.html?l=445) and it fails because receiver.getStats() does not contain a candidate-pair, which it doesn't because the receiver's transport doesn't reference it due to selectedCandidatePair being null. If you inspect the pc.getStats() you can see that there is a candidate-pair but that it is not "succeeded" yet.

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

Received on Tuesday, 29 January 2019 10:52:04 UTC