commit | cb02a951eea6fb2999536812832084b954fb0864 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Aug 18 13:25:12 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 18 20:10:59 2025 |
tree | 0357c1d3b88d9526ce8dc9458a9260f4f5dda8d9 | |
parent | c74662219c05c60ade3de6100fe1baca0cee4355 [diff] |
Provide default implementation for RemoveIceCandidates The deprecated `RemoveIceCandidates` method was a pure virtual function. This required all derived classes, including fakes and mocks used in tests, to provide a boilerplate implementation. To simplify the codebase, this change provides a default implementation in the `PeerConnectionInterface`, allowing for the removal of the now-redundant overrides from various mock and fake test classes, reducing code clutter. Bug: webrtc:42233526 Change-Id: I21b9292f1d7cc6b098f7db7519ff927c560c2d85 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/404120 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45367}
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.