This commit is contained in:
Sergiu Toma 2023-01-13 20:04:22 +02:00
parent 6efa8005b0
commit a56c7c9b95

View File

@ -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()
}) })
} }