Compare commits
No commits in common. "abfa1f628eccec2679519ff41b7a5d103051db5f" and "6efa8005b01bb6d62cd8ddf2367871660e598604" have entirely different histories.
abfa1f628e
...
6efa8005b0
@ -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()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -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()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user