![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Client configurations. More...
#include <owt/base/clientconfiguration.h>
Public Types | |
enum | CandidateNetworkPolicy : int { kAll = 1, kLowCost } |
Public Attributes | |
std::vector< IceServer > | ice_servers |
List of ICE servers. | |
CandidateNetworkPolicy | candidate_network_policy |
Candidate collection policy. More... | |
Client configurations.
CandidateNetworkPolicy owt::base::ClientConfiguration::candidate_network_policy |
Candidate collection policy.
If you do not want cellular network when WiFi is available, please use CandidateNetworkPolicy::kLowCost. Using low cost policy may not have good network experience. Default policy is collecting all candidates.