commit | 6ba3b1976f3d8298450ac89697868d1ee0b6c66a | [log] [tgz] |
---|---|---|
author | zhihuang <zhihuang@webrtc.org> | Fri May 13 18:46:35 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri May 13 18:46:53 2016 |
tree | 9e7a394080af13779b6f2131e43de2ac89d02473 | |
parent | 1f53452ca6abd6c32e95715ae830619a1eaa3ab0 [diff] |
Filter out some variables with initial -1 in the stats report. If we call GetStats in PeerConnection before receiving the remote answer, we will get some variables in the StatsReports which are initially set to be -1. Several conditions are added when extracting the info for the report in StatsCollector. Those variables include: gooRtt, dataChannelId, googEchoCancellationEchoDelayMedian, googEchoCancellationEchoQualityMin, googEchoCancellationEchoDelayStdDev, googJitterReceived, audioInputLevel, googCaptureStartNtpTimeMs packetsLost. BUG=webrtc:3377 Review-Url: https://codereview.webrtc.org/1875873002 Cr-Commit-Position: refs/heads/master@{#12735}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.