Update ScopedOperationsBatcher tasks with finalizers to propagate errors The Run() method now returns RTCError instead of void. Tasks with a finalizer, now return RTCError. Upon encountering an error while running batched tasks on the target thread, the batcher will abort and return. This is to align with how these operations are today applied in a non batched manner. Already queued up finalizers will be invoked. Adding new type declarations for the callbacks for improved readability: SimpleBatchTask, FinalizerTask and BatchTaskWithFinalizer. Bug: webrtc:42222804 Change-Id: I03150abcdcc4fed41b18de5033fdb256f5802822 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/460540 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47288}
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.