Compare commits
3 Commits
develop-te
...
0ddb43b4b5
Author | SHA1 | Date | |
---|---|---|---|
0ddb43b4b5 | |||
f02d6af726 | |||
7ee93d7963 |
2
app.js
2
app.js
@ -370,6 +370,8 @@ peers.on('connection', async (socket) => {
|
||||
? videoCalls[callId].receiverSocket
|
||||
: videoCalls[callId].initiatorSocket;
|
||||
|
||||
// callId - Id of the call
|
||||
// kind - producer type: audio/video
|
||||
socketToEmit.emit('new-producer', { callId, kind });
|
||||
} catch (error) {
|
||||
console.log(`ERROR | transport-produce | callId ${socketDetails[socket.id]} | ${error.message}`);
|
||||
|
@ -20353,7 +20353,7 @@ module.exports = yeast;
|
||||
},{}],94:[function(require,module,exports){
|
||||
module.exports = {
|
||||
hubAddress: 'https://hub.dev.linx.safemobile.com/',
|
||||
mediasoupAddress: 'https://testing.video.safemobile.org/',
|
||||
mediasoupAddress: 'https://video.safemobile.org/',
|
||||
}
|
||||
},{}],95:[function(require,module,exports){
|
||||
const io = require('socket.io-client')
|
||||
|
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
hubAddress: 'https://hub.dev.linx.safemobile.com/',
|
||||
mediasoupAddress: 'https://testing.video.safemobile.org/',
|
||||
mediasoupAddress: 'https://video.safemobile.org/',
|
||||
}
|
Reference in New Issue
Block a user