mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 21:38:40 +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() {
|
void NodeList::handleICEConnectionToDomainServer() {
|
||||||
if (_domainHandler.getICEPeer().isNull()) {
|
if (_domainHandler.getICEPeer().isNull()) {
|
||||||
LimitedNodeList::sendHeartbeatToIceServer(HifiSockAddr("h.dfu.co", 7337),
|
LimitedNodeList::sendHeartbeatToIceServer(_domainHandler.getICEServerSockAddr(),
|
||||||
_domainHandler.getICEClientID(),
|
_domainHandler.getICEClientID(),
|
||||||
_domainHandler.getUUID());
|
_domainHandler.getUUID());
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue