commit | 02d2a92d92d05c3014d779efd5c03e0822b7dbe7 | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Wed Dec 21 09:29:05 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Dec 21 09:29:05 2016 |
tree | 055da71b07896819403f4e0515c8b54db322d776 | |
parent | 2a495ca2971282bda060d603e95a498dd9839689 [diff] |
RTCStatsReport::AddStats DCHECKs that the ID is unique. Previously it was allowed to call AddStats with stats of the same ID multiple times. This revealed a few things: - Local and remote streams can have the same label. RTCMediaStreamStats's ID is updated to include "local"/"remote". - The same certificate can show up multiple times (e.g. for local and remote in a loopback), so we skip creating RTCCertificateStats for the same certificate multiple times BUG=chromium:627816 Review-Url: https://codereview.webrtc.org/2593503003 Cr-Commit-Position: refs/heads/master@{#15730}
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.