mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
use the ice server sock addr returned for the domain
This commit is contained in:
parent
5be067cf11
commit
c96e7f72f8
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ void NodeList::sendDomainServerCheckIn() {
|
|||
|
||||
void NodeList::handleICEConnectionToDomainServer() {
|
||||
if (_domainHandler.getICEPeer().isNull()) {
|
||||
LimitedNodeList::sendHeartbeatToIceServer(HifiSockAddr("h.dfu.co", 7337),
|
||||
LimitedNodeList::sendHeartbeatToIceServer(_domainHandler.getICEServerSockAddr(),
|
||||
_domainHandler.getICEClientID(),
|
||||
_domainHandler.getUUID());
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue