test
This commit is contained in:
parent
33e4122e11
commit
a647ea9a82
6
app.js
6
app.js
@ -320,9 +320,9 @@ peers.on('connection', async socket => {
|
|||||||
videoCalls[callId].receiverSocket.emit('new-producer', {
|
videoCalls[callId].receiverSocket.emit('new-producer', {
|
||||||
callId
|
callId
|
||||||
});
|
});
|
||||||
socket.emit('new-producer', {
|
// socket.emit('new-producer', {
|
||||||
callId
|
// callId
|
||||||
});
|
// });
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user