commit | 9d230d54c7eef31ac1100f0aeef1374dd1ac62fa | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Jan 24 16:56:16 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 24 19:50:03 2022 |
tree | 817af267470b35382dfc93f84b85a42401f38e11 | |
parent | 27e8a095bf2d542c60a1402b87aaeccebbb28ec4 [diff] |
(Un/)Subscribe RtpVideoSender for feedback on the transport queue. * RtpVideoSender now registers/unregisters for feedback callback inside of SetActive(), which runs on the transport queue. * Transport feedback is given on the transport queue * Registration/unregistration for feedback is done on the same * Removed the last mutex from TransportFeedbackDemuxer. Ultimately, this work is related to moving state from the Call class, that's related to network configuration, but due to the code is currently written is attached to the worker thread, over to the Transport, where it's used (e.g. suspended_video_send_ssrcs_). Bug: webrtc:13517, webrtc:11993 Change-Id: I057d0e2597e6cb746b335e0308599cd547350e56 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/248165 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35777}
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.