Compare commits

..

No commits in common. "e79e0be6ecdfca43d32a4e4ad881c08edbbee619" and "019c835976ea8738f9f458d483c392f475f6fb4b" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -20353,7 +20353,7 @@ module.exports = yeast;
},{}],94:[function(require,module,exports){ },{}],94:[function(require,module,exports){
module.exports = { module.exports = {
hubAddress: 'https://hub.dev.linx.safemobile.com/', hubAddress: 'https://hub.dev.linx.safemobile.com/',
mediasoupAddress: 'https://testing.video.safemobile.org/', mediasoupAddress: 'https://testing.video.safemobile.org',
} }
},{}],95:[function(require,module,exports){ },{}],95:[function(require,module,exports){
const io = require('socket.io-client') const io = require('socket.io-client')
@ -20830,7 +20830,7 @@ const connectRecvTransport = async () => {
console.log('remoteVideo PLAY') console.log('remoteVideo PLAY')
}) })
.catch((error) => { .catch((error) => {
console.log(`remoteVideo PLAY ERROR | ${error.message}`) displayError(`remoteVideo PLAY ERROR | ${error.message}`)
}) })
}) })
} }

View File

@ -1,4 +1,4 @@
module.exports = { module.exports = {
hubAddress: 'https://hub.dev.linx.safemobile.com/', hubAddress: 'https://hub.dev.linx.safemobile.com/',
mediasoupAddress: 'https://testing.video.safemobile.org/', mediasoupAddress: 'https://testing.video.safemobile.org',
} }

View File

@ -472,7 +472,7 @@ const connectRecvTransport = async () => {
console.log('remoteVideo PLAY') console.log('remoteVideo PLAY')
}) })
.catch((error) => { .catch((error) => {
console.log(`remoteVideo PLAY ERROR | ${error.message}`) displayError(`remoteVideo PLAY ERROR | ${error.message}`)
}) })
}) })
} }