Set default certificate type in Configuration

This commit is contained in:
Paul-Louis Ageneau
2021-03-22 21:14:27 +01:00
parent ee37c9bae4
commit 72eb478b0d
2 changed files with 2 additions and 2 deletions

View File

@ -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;