webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webrtc::PeerConnectionFactoryInterface::Options Class Reference

#include <peerconnectioninterface.h>

Public Member Functions

 Options ()
 
 Options ()
 

Public Attributes

bool disable_encryption = false
 
bool disable_sctp_data_channels = false
 
bool disable_network_monitor = false
 
int network_ignore_mask = rtc::kDefaultNetworkIgnoreMask
 
rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12
 
rtc::CryptoOptions crypto_options
 

Constructor & Destructor Documentation

◆ Options() [1/2]

webrtc::PeerConnectionFactoryInterface::Options::Options ( )
inline

◆ Options() [2/2]

webrtc::PeerConnectionFactoryInterface::Options::Options ( )
inline

Member Data Documentation

◆ crypto_options

rtc::CryptoOptions webrtc::PeerConnectionFactoryInterface::Options::crypto_options

◆ disable_encryption

bool webrtc::PeerConnectionFactoryInterface::Options::disable_encryption = false

◆ disable_network_monitor

bool webrtc::PeerConnectionFactoryInterface::Options::disable_network_monitor = false

◆ disable_sctp_data_channels

bool webrtc::PeerConnectionFactoryInterface::Options::disable_sctp_data_channels = false

◆ network_ignore_mask

int webrtc::PeerConnectionFactoryInterface::Options::network_ignore_mask = rtc::kDefaultNetworkIgnoreMask

◆ ssl_max_version

rtc::SSLProtocolVersion webrtc::PeerConnectionFactoryInterface::Options::ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12

The documentation for this class was generated from the following file: