| commit | 92413da5a855318679605abe5a50a26aa00b5ab3 | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Tue Jun 03 06:51:31 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 03 13:06:46 2025 |
| tree | beb8733a84d6f4fe50ae7894a6d6205935b4f3e5 | |
| parent | d87bb0c206189a8483db1fab275c05930323620e [diff] |
Merge JsepIceCandidate and IceCandidateInterface into IceCandidate This consolidates the interface and implementation into a single non-virtual, `final`, class named IceCandidate. For backwards compatibility the types JsepIceCandidate and IceCandidateInterface are declared as aliases for IceCandidate. I'm not renaming files in this CL since that might break downstream code. The merged implementation is for the most part in the same files as before (split between the two jsep_ice_candidate.cc source files). Along the way start migrating to `std::string ToString()` instead of the current `bool ToString(std::string* out)` version. No-Iwyu: grpc_signaling.cc has some unusual absl dependencies. Bug: webrtc:406795492, webrtc:8395 Change-Id: Ie0ad91215f200520ff27c61f27864a0f1374005d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/394540 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44812}
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.