Option for enabling ICE TCP Candidates

This commit is contained in:
Murat Dogan
2019-12-17 07:49:26 +03:00
parent 432be41b9a
commit 278ac22766
4 changed files with 9 additions and 2 deletions

View File

@ -48,6 +48,7 @@ struct IceServer {
struct Configuration {
std::vector<IceServer> iceServers;
bool enableIceTcp = false;
uint16_t portRangeBegin = 1024;
uint16_t portRangeEnd = 65535;
};