From 26b54d0a63adc2333486c8eca35b616b3a87ddfb Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Fri, 13 Jan 2023 19:50:24 +0200 Subject: [PATCH] test --- app.js | 1 + 1 file changed, 1 insertion(+) 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 });