commit | d8d041046e5507a530abe09e7baefcebd35470b6 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Sun Mar 02 17:31:53 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 07:22:45 2025 |
tree | 651de19c9858bf273dc5a2fe3df6f3ec2cf007e9 | |
parent | e42e3e6ec1a1545e159045ea248d10f8f14b998d [diff] |
Refactoring steps to simplify PeerConnection construction In this CL parts of the initialization steps for PeerConnection are moved to the constructor, away from the Initialize() method. Parameter passing is a bit more granular now and we avoid passing the dependency and configuration structs too widely since those structs go through several steps along the way where their state changes, which makes the code harder to follow on account that you can't know which members are valid at which point, or required. Follow up steps will move the remaining steps in Initialize() into the constructor. Bug: webrtc:398857495 Change-Id: I1117a93b5a80c3db7ac1f770acd8463c072f9618 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/379440 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44023}
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.