Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
owt::p2p::P2PClientConfiguration Struct Reference

Configuration for P2PClient This configuration is used while creating P2PClient. Changing this configuration does NOT impact P2PClient already created. More...

#include <owt/p2p/p2pclient.h>

Inheritance diagram for owt::p2p::P2PClientConfiguration:
Collaboration diagram for owt::p2p::P2PClientConfiguration:

Public Attributes

std::vector< AudioEncodingParametersaudio_encodings
 
std::vector< VideoEncodingParametersvideo_encodings
 
- Public Attributes inherited from owt::base::ClientConfiguration
std::vector< IceServerice_servers
 List of ICE servers.
 
CandidateNetworkPolicy candidate_network_policy
 Candidate collection policy. More...
 

Additional Inherited Members

- Public Types inherited from owt::base::ClientConfiguration
enum  CandidateNetworkPolicy : int { kAll = 1, kLowCost }
 

Detailed Description

Configuration for P2PClient This configuration is used while creating P2PClient. Changing this configuration does NOT impact P2PClient already created.