- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Jan 2019 10:52:03 +0000
- To: public-webrtc-logs@w3.org
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