commit | aaa6851d53741179a591d79fc82c4dd6651a7ba5 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Wed Mar 06 17:44:38 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 06 18:36:14 2024 |
tree | f304235de8e24c3a3fa9d5d373f80f0677b238ad | |
parent | ac2720e9679d0adf12924b1a4e6f3c6c0d01717b [diff] |
Deprecate old constructors and set_type() in Candidate and Port * Deprecates constructors that use string based `type` * Deprecates string based type functions in favor of enum based. * Restrict possible values of Candidate::type. Ensure a valid value is assigned at construction. * Make Port constructors protected to limit their use to subclasses. - The reason for this is to make sure that use of SharedSocket() is controlled (it adds a bit of complexity). * Simplify construction of Port (remove Construct() etc) Bug: webrtc:15846 Change-Id: If24ed674e175642efa49da37fd2bc847dd14f613 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/339860 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41865}
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.