Removed STUN need
This commit is contained in:
parent
ee00935cfc
commit
dbde035d77
@ -83,8 +83,6 @@ VoiceBridge::VoiceBridge(const shared_ptr<WebClient>& owner) : _owner(owner) {
|
|||||||
config->nice_config->stun_server = {host,(uint16_t) stoi(port)};
|
config->nice_config->stun_server = {host,(uint16_t) stoi(port)};
|
||||||
} catch(std::exception& ex) {}
|
} catch(std::exception& ex) {}
|
||||||
}
|
}
|
||||||
if(config::web::ice_servers.empty())
|
|
||||||
config->nice_config->stun_server = {"stun.l.google.com", 19302};
|
|
||||||
|
|
||||||
config->nice_config->allow_ice_udp = true;
|
config->nice_config->allow_ice_udp = true;
|
||||||
config->nice_config->allow_ice_tcp = false;
|
config->nice_config->allow_ice_tcp = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user