mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Set default certificate type in Configuration
This commit is contained in:
@ -76,7 +76,7 @@ struct RTC_CPP_EXPORT Configuration {
|
||||
optional<ProxyServer> proxyServer; // libnice only
|
||||
|
||||
// Options
|
||||
CertificateType certificateType = CertificateType::Ecdsa;
|
||||
CertificateType certificateType = CertificateType::Default;
|
||||
bool enableIceTcp = false;
|
||||
bool disableAutoNegotiation = false;
|
||||
|
||||
|
Reference in New Issue
Block a user