commit | 3b500e60e857eb799123d784a3af790bb4761550 | [log] [tgz] |
---|---|---|
author | Joe Downing <joedow@google.com> | Fri Jan 12 01:46:21 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 16 20:42:51 2024 |
tree | 5705526d59410ad1dad51f43b2bc45380067ebc1 | |
parent | f868b76376fd2c8837893dde683b6b43002564e4 [diff] |
Fixing a crash in SendSideBandwidthEstmation This CL addresses a crash we started seeing in M121 where a function is being called on loss_based_bandwidth_estimator_v2_ without checking whether it is enabled (it's not) which leads to absl::optional<> throwing since config_ is not valid. Bug: chromium:1518852 Change-Id: Iffef1051fe7988046e33a709ce281aebefd2bcd7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/334103 Commit-Queue: Joe Downing <joedow@google.com> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41538}
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.