commit | 5234a49a078b3cab76d571456396dcb8bd6aa8a5 | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Tue May 29 22:04:32 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 31 23:41:12 2018 |
tree | 0de74a6ef3fe938a0396de39d50d46f9652ea56d | |
parent | 79880624e4ba31cc2f106faca7d1838e9d4f1b3a [diff] |
Create PeerConnectionFactoryDependencies to prevent new function overloads. To address this, this CL introduces a PeerConnectionFactoryDependencies structure to encapsulate all mandatory and optional dependencies (where a dependency is defined as non trivial executable code that an API user may want to provide to the native API). This allows adding a new injectable dependency by simply adding a new field to the struct, avoiding the hassle described above. Bug: webrtc:7913 Change-Id: Ice58fa72e8c578b250084a1629499fabda66dabf Reviewed-on: https://webrtc-review.googlesource.com/79720 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Benjamin Wright <benwright@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23480}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.