commit | 8e20f17d1d02bb084a91a099850f591d59ee873e | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Mar 06 10:55:04 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 06 21:22:51 2018 +0000 |
tree | 4e184ed53722bf04a56d6e3675aa678c9889e81c | |
parent | cd7d86b7fe1e909420da86fbeb6b5b5a43747dca [diff] |
Report UMA metrics for received SDP format This change adds UMA stats that record the format of the remote offered SDP. There are three classifications for the SDP format: - Simple: No more than one audio and one video. Should be compatible with both Plan B and Unified Plan endpoints. - ComplexPlanB: More than one audio or more than one video in the Plan B format (e.g., one audio mline with multiple streams). - ComplexUnifiedPlan: More than one audio or more than one video in the Unified Plan format (e.g., two audio mlines). Bug: chromium:811683 Change-Id: If46394edfa6a812ef313d632e27ec27516c18867 Reviewed-on: https://webrtc-review.googlesource.com/57220 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22315}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.