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

View File

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