Fix race condition in unsignaled stream creation when worker!=network In `WebRtcVoiceReceiveChannel::MaybeCreateDefaultReceiveStream`, concurrent incoming RTP packets for an unsignaled SSRC could queue up multiple tasks with `sink = nullptr` on the Worker thread. This was detected here: https://ci.chromium.org/ui/p/webrtc/builders/try/win_x86_more_configs/73984/overview Bug: webrtc:42222117 Change-Id: I17e3f30d8f308ce7ce32bf8c4405d9f1b925fac8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/476641 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47857}
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.