Files
tubestation/third_party/libwebrtc
Andreas Pehrson bd7b7210ac Bug 1966238 - (fix-bf85c38fb3) Make SckPickerProxy thread-safe but each SckPickerHandle single-threaded. r=mjf,webrtc-reviewers
In gecko, enumeration via GetSourceList happens on the VideoCapture thread while
frame capture happens on the DesktopCapture thread. All these instances share
the same SckPickerProxy singleton, which then has to be thread-safe.

Differential Revision: https://phabricator.services.mozilla.com/D249742
2025-05-16 17:57:18 +00:00
..

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.

Development

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.

More info