Added configuration flag to disable auto negotiation

This commit is contained in:
Paul-Louis Ageneau
2021-03-02 22:37:37 +01:00
parent 40a29fbd55
commit 74f376e246
5 changed files with 27 additions and 22 deletions

View File

@ -68,6 +68,7 @@ struct RTC_CPP_EXPORT Configuration {
std::vector<IceServer> iceServers;
std::optional<ProxyServer> proxyServer;
bool enableIceTcp = false;
bool disableAutoNegotiation = false;
uint16_t portRangeBegin = 1024;
uint16_t portRangeEnd = 65535;
std::optional<size_t> mtu;