Update .env
This commit is contained in:
@ -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()
|
||||
|
@ -2,3 +2,4 @@ module.exports = {
|
||||
hubAddress: 'https://hub.dev.linx.safemobile.com/',
|
||||
mediasoupAddress: 'https://video.safemobile.org/mediasoup',
|
||||
}
|
||||
|
||||
|
@ -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()
|
||||
|
Reference in New Issue
Block a user