This commit is contained in:
2023-01-13 20:03:53 +02:00
parent af85026bd2
commit 6efa8005b0
3 changed files with 10 additions and 104 deletions

View File

@ -20455,6 +20455,7 @@ setTimeout(() => {
socket.on('new-producer', ({ callId }) => {
console.log(`🟥 new-producer | callId: ${callId}`);
consume()
})
}

View File

@ -97,6 +97,7 @@ setTimeout(() => {
socket.on('new-producer', ({ callId }) => {
console.log(`🟥 new-producer | callId: ${callId}`);
consume()
})
}