RTCIceCandidatePairStats.[total/current]RoundTripTime collected. Collected in accordance with the spec: https://w3c.github.io/webrtc-stats/#candidatepair-dict* totalRoundTripTime is collected as the sum of rtt measurements, it was previously not collected. currentRoundTripTime is collected as the latest rtt measurement, it was previously collected as a smoothed value, which was incorrect. Connection is updated to collect these values which are surfaced through ConnectionInfo. BUG=webrtc:7062, webrtc:7204 Review-Url: https://codereview.webrtc.org/2719523002 Cr-Commit-Position: refs/heads/master@{#16905}
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.