commit | 45a985c71d8c0a999d28b20303baf0b5ddf5bb8c | [log] [tgz] |
---|---|---|
author | Joachim Reiersen <joachimr@meta.com> | Thu Aug 24 17:00:01 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 25 09:08:32 2023 |
tree | 3c06affb178dc59180c8176421eb756ed1b0062b | |
parent | 70cea9bda8b8815be3c5bae4b6fa8053713efcac [diff] |
Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities Following https://webrtc-review.googlesource.com/c/src/+/262666, use_rtx() was checked in PeerConnectionFactory::GetRtpReceiverCapabilities but was missed in GetRtpSenderCapabilities. Therefore clients that hardcode use_rtx = false end up in an inconsistent state where RTX is not fully disabled. Bug: None Change-Id: Ice5f29a77c59e9081f9dd72c13c819024a34a7dd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/316243 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40625}
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.