commit | 68cc69b2b68e6f9255ebe48a6ec75e189351e714 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Mar 03 07:37:37 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 11:02:18 2025 |
tree | 017ec7b153676609fc4e4eb408d755a236cb6e00 | |
parent | c896e3a5b59e0169e5bc6fcf3dee9dd4a9834b8e [diff] |
PeerConnection construction now happens in one step Update member variable order to more accurately reflect the actual construction steps. Remove the Initalize() method but InitializeNetworkThread() remains and is now called from the constructor (as opposed to being called from inside Create() post construction). After this and the previous CL, the PeerConnection::Create method requires parsed server information and validated parameters. The prototype has also changed which means that anyone that might have depended on the previous contract, will get a compilation error, prompting them to update their code (i.e. not a silent change). Bug: webrtc:398857495 Change-Id: Ic40a7b9a3bdca1161511be8675b664d38be381cc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/379500 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44026}
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.