commit | 2c801d3255c157c21cd38331b727ec35b86d675d | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Feb 28 12:40:28 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 28 14:03:13 2025 |
tree | 4aa7b74f5a067967502f3a573eddb9bb685a0b44 | |
parent | 97b3b41286e072cfca3050278bdfda98c1a17d13 [diff] |
Move dependency setup and config check code over to factory. This more consistently keeps the dependency setup code in the PeerConnectionFactory class (previously was split) and also places the responsibilities of doing error handling for config checks on the factory class whereas the PC class has DCHECKs for parameters being valid. The effect of this is that the config is checked for correctness before constructing the Call object, which requires more complex teardown than necessary if the parameters are simply bad. Fixes: webrtc:398857495 Bug: webrtc:398857495 Change-Id: I9874bb1ebee337b13e31eac35e17788d338739a6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/379380 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#44016}
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.