Fetch sender parameters asynchronously during GetStats Resolve an issue where calling GetStats could block while fetching send parameters. Previously, fetching sender parameters relied on `GetParametersInternal`, which blocks when cached parameters are unavailable. This moves the retrieval of sender RTP parameters to the worker thread. Parameters are now fetched directly from the media send channel during the asynchronous stats collection phase. This change avoids the thread blocking on the signaling thread and re-enables the `RTC_DCHECK_DISALLOW_THREAD_BLOCKING_CALLS` checks. Bug: webrtc:492108787 Change-Id: I941bed643ff46c4e52b96ae9fbc08a64d7cff7c6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/456580 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47166}
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.