commit | c8fa1eeb75a9631079ce408006b79f8d0d0182c2 | [log] [tgz] |
---|---|---|
author | Jonas Oreland <jonaso@webrtc.org> | Wed Aug 25 06:58:04 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 25 08:01:21 2021 |
tree | f92da6e861543122344225e1eca32598b6913df1 | |
parent | c2113a3fef4d77de8cb0d6ed1e9787a91c9fe3ae [diff] |
Add and implement VPN preference This patch adds a vp preference field to RTCConfig. DEFAULT, // No VPN preference. ONLY_USE_VPN, // only use VPN connections. NEVER_USE_VPN, // never use VPN connections PREFER_VPN, // use a VPN connection if possible, i.e VPN connections sorts higher than all other connections. AVOID_VPN, // only use VPN if there is no other connections, i.e VPN connections sorts last. Bug: webrtc:13097 Change-Id: I3f95bdfa9134e082c7d389f803bd08facfb70262 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229591 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Cr-Commit-Position: refs/heads/main@{#34842}
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.