This commit is contained in:
Sergiu Toma 2023-01-13 19:46:17 +02:00
parent 33e4122e11
commit a647ea9a82
1 changed files with 3 additions and 3 deletions

6
app.js
View File

@ -320,9 +320,9 @@ peers.on('connection', async socket => {
videoCalls[callId].receiverSocket.emit('new-producer', {
callId
});
socket.emit('new-producer', {
callId
});
// socket.emit('new-producer', {
// callId
// });
});