commit | 979b6d62a8ad2d47f043dceb86d74fcfb6c8dfc7 | [log] [tgz] |
---|---|---|
author | Per K <perkj@webrtc.org> | Fri Jan 26 10:18:26 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 26 10:34:46 2024 |
tree | e9ab0096b738ac2392182debde3d02f0a7ad1d20 | |
parent | 9c166e064fb2da8273e2d997ce182de49091dbd5 [diff] |
Refactor RtpVideoSender::SetActiveModules. Rename RtpVideoSender::SetActiveModules to SetSending to better match what it does. When a RtpVideoSender::SetSending(true) RTP packets can be sent on all associcated RTP streams (simulcast streams). Move registration of RtpRtcpModules to RtpTransportControllerSend to allow RtpTransportControllerSend to know when there are sending RTP streams. Purpose is to in later CLs allow RtpTransportControllerSend to trigger BWE probes. Bug: webrtc:14928 Change-Id: Ibf6c040b86713cdc4763c4691b7fd794b251eb49 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/335961 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Per Kjellander <perkj@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41620}
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.