commit | 4da4a87d9792b57a7dac91cdbb9abe2cd3b8b984 | [log] [tgz] |
---|---|---|
author | Harald Alvestrand <hta@webrtc.org> | Wed Nov 04 10:34:21 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 04 11:10:53 2020 |
tree | 5b968cfd026c3484c60bac0f8ce9f3d2918bb6f6 | |
parent | d0948bec4f9835eccec1408f3705765518811611 [diff] |
Move "options" from ConnectionContext to PeerConnectionFactory and pass it as an argument to PeerConnection::Create This makes it obvious that 1) options only affect peerconnections if they are set on the factory before creating the PeerConnection, and 2) options are unchangeable after PeerConnection creation. Bug: webrtc:11967 Change-Id: I052eaa3975ac97dccbedde610110f32bf1a17c98 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/191487 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32549}
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.