Add UMA histogram for SDP bandwidth values. This change adds a new UMA histogram WebRTC.PeerConnection.SdpBandwidth to track the values provided in the b= SDP lines. This helps in understanding the distribution of bandwidth values and identifying potential issues with extremely large values or parse failures. The histogram uses the following categories: - parse failure - -1 - 0 - between 1 and INT_MAX/1000 - between INT_MAX/1000 and INT_MAX Bug: chromium:501883592 Change-Id: If8cca989a2fb1ab714f840fecc4be83932898836 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/463782 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47414}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.