commit | 034281d9a32e43e732c1e7dc215bf55441e916b9 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Tue Oct 14 12:13:29 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 15 11:00:46 2025 |
tree | 4532ef7d5939b0b0c6642cbabf159e3284696ab1 | |
parent | 4e736406d9bc1bcda168706201bb33cd344e8c95 [diff] |
Remove the VideoReceiveChannel::SetReceiverFeedbackParameters function this was called from a callback whenever the send codec changed, but investigation showed that it never changed anything as long as it was only called after configuring the receive channel; all config was taken from the SDP in any case. Tested by adding CHECKs into the function that verified that no change was ever attempted except for tests that targeted this function only. Those tests are also deleted. Bug: webrtc:42224170 Change-Id: I5e1e9dca06be4606b94d960d6ce006c06066c28c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/416940 Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45943}
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.