| commit | d91b747a4792e365e40c5e0095d91a64bce48c8b | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Thu Dec 18 10:01:43 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 18 13:40:04 2025 |
| tree | a6b3d69fa6107cab353a13d3112f629f5371aa21 | |
| parent | 24297157866219ad5d5fd104be1eedba1e03bcdb [diff] |
Refactor common code in RtpTransceiver in preparation of adding a ctor Extract common logic for configuring header extensions and send codecs into helper functions to reduce code duplication in the constructors and `AddSender`. Update `PeerConnection` to pass `nullptr` for `SetStreamsObserver` when used for PlanB and update `RtpTransmissionManager::OnSetStreams` to assert that it is only called when using Unified Plan. Add RTC_DCHECKs to `GetClearChannelNetworkTask`, `RemoveSender`, `StopSendingAndReceiving` for thread safety and states. Bug: webrtc:42222804 Change-Id: Id0511463ad73ffae5d5fcb9ea308658b108154e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/433741 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46521}
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.