This commit is contained in:
Sergiu Toma 2023-01-13 19:50:24 +02:00
parent 6a570879e1
commit 26b54d0a63
1 changed files with 1 additions and 0 deletions

1
app.js
View File

@ -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
});