commit | 4fad261111feaad6d16d2de094dd1b53568c6237 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Sun Jul 06 10:01:57 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Jul 06 13:00:59 2025 |
tree | 05287db719a23c87234eae6b5ee18658c3136fa1 | |
parent | a53fa19c7f31b7168ab9c3a5dcfb828a8cff5539 [diff] |
Add PeerConnection::RemoveIceCandidate for IceCandidate This also removes internal usage of the RemoveIceCandidates (plural) method and marks it as deprecated. There still remain code paths related to candidate removal (including callbacks) where the Candidate::transport_name() property is still needed. Once we remove the deprecated method and the callback code paths, that property can be removed too. No-Iwyu: Unrelated include fixes needed. Bug: webrtc:8395 Change-Id: I54ce6257afe0794b90ee41c736be3abef3b4c3f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/394220 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45103}
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.