Update .env

This commit is contained in:
2022-08-02 08:13:19 +00:00
4 changed files with 8 additions and 2 deletions

View File

@ -20655,6 +20655,7 @@ module.exports = {
hubAddress: 'https://hub.dev.linx.safemobile.com/',
mediasoupAddress: 'https://video.safemobile.org/mediasoup',
}
},{}],96:[function(require,module,exports){
const io = require('socket.io-client')
@ -20708,7 +20709,7 @@ if (IS_PRODUCER === true) {
originAssetTypeName = parsedData.origin_asset_type_name;
callId = parsedData.video_call_id;
console.log('IS_PRODUCER', IS_PRODUCER);
console.log('IS_PRODUCER', IS_PRODUCER, 'callId', callId);
if (parsedData.type === 'notify-request' && IS_PRODUCER) {
getLocalStream()

View File

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

View File

@ -49,7 +49,7 @@ if (IS_PRODUCER === true) {
originAssetTypeName = parsedData.origin_asset_type_name;
callId = parsedData.video_call_id;
console.log('IS_PRODUCER', IS_PRODUCER);
console.log('IS_PRODUCER', IS_PRODUCER, 'callId', callId);
if (parsedData.type === 'notify-request' && IS_PRODUCER) {
getLocalStream()