Add field trial WebRTC-SynchronousDestructors for synchronous destructor And implemented it for destruction of MediaEngine in ConnectionContext. Having it as a PostTask means that it can happen arbitrarely later...if worker thread is loaded...which it can be, in some apps. The asynchronous destruction of MediaEngine means that audio "data" can flow through the system even after the destructor of PeerConnectionFactory has been run. Work in progress doc: https://docs.google.com/document/d/1tZHCWfCjIFtPHtm_tg9hAksHJ-JOurASckv4k-aJInw/edit?usp=sharing And related bug: webrtc:14449 Bug: webrtc:443588673 Change-Id: I2d0f117ca13fe166d913d71af1ba1e6ff8598b63 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408745 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Peter Hanspers <peterhanspers@webrtc.org> Reviewed-by: Jakob Ivarsson‎ <jakobi@webrtc.org> Reviewed-by: Markus Handell <handellm@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45633}
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.