Update Call::ReceiveStats to be associated with the network thread Move `receive_stats_` thread protection from the worker to the network thread. Receive stats for audio/video and RTCP bytes are now captured on the network thread prior to hopping to the worker thread for delivery within the Call code path. `DeliverRtcpPacket` is now split into network-thread and worker-thread portions like `DeliverRtpPacket` already is. Bug: webrtc:42222117 Change-Id: I89b09c75cb0648cdf85b4e615b8f6eb960cb739a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/470860 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47657}
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.