mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Added configuration flag to disable auto negotiation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user