| commit | 640c1aeea2e8278122c9ad32788060aa9a5d5a0b | [log] [tgz] | 
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Tue Sep 09 12:27:27 2025 | 
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 09 14:47:39 2025 | 
| tree | 2c2496dbc61579c075ae9710f7e7df80ecc7afda | |
| parent | c223e2036ebeb2d0f770ccefc9cfb7efce292a47 [diff] | 
Remove the deprecated SdpDeserializeCandidate function This function was already marked as deprecated in the header file, with a notice directing users to use `IceCandidate::Create` as the replacement. This patch completes the deprecation by removing the function's declaration from webrtc_sdp.h and its corresponding implementation from webrtc_sdp.cc. Bug: webrtc:42233526 Change-Id: Id754c9f6dc8b203acfbdd8551acc661ccbc1498c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/408801 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45600}
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.