mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
have data-web respond with ice server hostname to use for connection
This commit is contained in:
parent
ea0a1a4fb6
commit
d02795cc85
1 changed files with 2 additions and 1 deletions
|
@ -998,7 +998,8 @@ void DomainServer::updateNetworkingInfoWithDataServer(const QString& newSetting,
|
|||
domainUpdateJSON.toUtf8());
|
||||
}
|
||||
|
||||
const HifiSockAddr ICE_SERVER_SOCK_ADDR = HifiSockAddr(QHostAddress::LocalHost, ICE_SERVER_DEFAULT_PORT);
|
||||
// todo: have data-web respond with ice-server hostname to use
|
||||
const HifiSockAddr ICE_SERVER_SOCK_ADDR = HifiSockAddr("ice.highfidelity.io", ICE_SERVER_DEFAULT_PORT);
|
||||
|
||||
void DomainServer::performICEUpdates() {
|
||||
sendHearbeatToIceServer();
|
||||
|
|
Loading…
Reference in a new issue