Deprecate AudioEncoder::OnReceivedUplinkBandwidth Mark AudioEncoder::OnReceivedUplinkBandwidth as deprecated in favor of OnReceivedUplinkAllocation. The default implementation of OnReceivedUplinkBandwidth now triggers RTC_DCHECK_NOTREACHED(). Inline default implementation of OnReceivedUplinkAllocation forwards to OnReceivedUplinkBandwidth for backward compatibility with external subclasses. Bug: webrtc:442860748 Change-Id: I100b45908f9d19aa405a19b1e9dc0be26f39d84e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/486480 Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48118}
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.