test
This commit is contained in:
parent
6efa8005b0
commit
a56c7c9b95
@ -96,7 +96,7 @@ setTimeout(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
socket.on('new-producer', ({ callId }) => {
|
socket.on('new-producer', ({ callId }) => {
|
||||||
console.log(`🟥 new-producer | callId: ${callId}`);
|
console.log(`🟢 new-producer | callId: ${callId} | Ready to consume`);
|
||||||
consume()
|
consume()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user