diff --git a/.env b/.env index 6d8b7b8..1d05f4e 100644 --- a/.env +++ b/.env @@ -1,3 +1,7 @@ PORT=3000 IP=0.0.0.0 # Listening IPv4 or IPv6. +<<<<<<< HEAD ANNOUNCED_IP=185.8.154.190 # Announced IPv4 or IPv6 (useful when running mediasoup behind NAT with private IP). +======= +ANNOUNCED_IP=185.8.154.190 # Announced IPv4 or IPv6 (useful when running mediasoup behind NAT with private IP). +>>>>>>> aa5b8770c643600acb5b7aca91bc03437d610295 diff --git a/public/bundle.js b/public/bundle.js index fb55f09..4c5e2b6 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -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() diff --git a/public/config.js b/public/config.js index 1924111..2a1ddaf 100644 --- a/public/config.js +++ b/public/config.js @@ -2,3 +2,4 @@ module.exports = { hubAddress: 'https://hub.dev.linx.safemobile.com/', mediasoupAddress: 'https://video.safemobile.org/mediasoup', } + diff --git a/public/index.js b/public/index.js index 77c88a6..e56f28b 100644 --- a/public/index.js +++ b/public/index.js @@ -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()