This commit is contained in:
Sergiu Toma 2023-01-13 20:04:43 +02:00
parent a56c7c9b95
commit abfa1f628e
1 changed files with 1 additions and 1 deletions

View File

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