commit | d122464b6a38452b96e271d58c35e6b716925848 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu May 16 09:41:12 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 16 11:25:44 2024 |
tree | c3ec6231a7752e25fe566b2f7c56db33a08ba516 | |
parent | e0e5e3f727f407029b173283b9917948564e590f [diff] |
Remove default field trials and task queue factory in CreatePeerConnectionFactory function When they are unset, internally same defaults will be created by Environment, i.e., creating them in CreatePeerConnectionFactory is redundant (https://webrtc.googlesource.com/src/+/refs/heads/main/api/environment/environment_factory.cc#96) This would simplify changing the default in the future, and demonstrates that by default it is better to leave these dependencies unset. Bug: webrtc:42226001 Change-Id: I8bf8614b9e8ca4062939e71d45e67cf2da1558c6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/350742 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42322}
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.