Compare commits

..

No commits in common. "abfa1f628eccec2679519ff41b7a5d103051db5f" and "6efa8005b01bb6d62cd8ddf2367871660e598604" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

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