Refactor ChannelReceive to accept PacketRouter in constructor Passes PacketRouter directly during construction of voe::ChannelReceive, allowing the pointer member to be const and managing congestion control objects' lifetime automatically via RAII. This simplifies the ChannelReceiveInterface by removing the RegisterReceiverCongestionControlObjects and ResetReceiverCongestionControlObjects methods. Bug: none Change-Id: Ibddae158314fb7e461c47b0f72e163feb87a663c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/474840 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47804}
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.