| commit | d4f25dba6a5b514733c3452ed369ec77db7d2327 | [log] [tgz] |
|---|---|---|
| author | roman.yuanm <roman.yuan@ringcentral.com> | Tue Nov 25 07:39:17 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Dec 03 20:17:30 2025 |
| tree | b91a8fb5dfba632bf3cc76fc73e6d5c431da57ed | |
| parent | a474f376ccb9108480e8d6abba29570a2763c340 [diff] |
Reland "Fix Loss Based BWE V2 blocked by missing RR RTCP feedback" This is a reland of commit 00b7d8fdcd8e5f4712176ec6be797d358a698926 Original change's description: > Fix Loss Based BWE V2 blocked by missing RR RTCP feedback > > Loss Based BWE V2 was being blocked by an early return when RR RTCP > feedback was missing, even though V2 doesn't depend on RR RTCP packets. > > This change reorders the checks in UpdateEstimate() to: > - Check Loss Based BWE V2 readiness first > - Only check RR RTCP feedback for traditional loss-based BWE > > This allows V2 to work independently of RR RTCP while preserving > existing behavior for traditional BWE. > > Bug: webrtc:463715720 > Change-Id: Ia9ed189298c73b200f8bb41a3a9c105f4ca8095e > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/428481 > Reviewed-by: Diep Bui <diepbp@webrtc.org> > Reviewed-by: Per Kjellander <perkj@webrtc.org> > Commit-Queue: Per Kjellander <perkj@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#46337} Bug: webrtc:463715720 Change-Id: I67ef6df7f5edd5b5b2c725870adee9f45d18dd81 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/430721 Commit-Queue: Per Kjellander <perkj@webrtc.org> Reviewed-by: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46390}
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.