diff --git a/app.js b/app.js index 6443a33..e3e7347 100644 --- a/app.js +++ b/app.js @@ -314,6 +314,7 @@ peers.on('connection', async socket => { // }); // } + console.log('$$$$ isInitiator(callId, socket.id)', isInitiator(callId, socket.id)); videoCalls[callId].receiverSocket.emit('new-producer', { callId });