Compare commits
2 Commits
6efa8005b0
...
abfa1f628e
Author | SHA1 | Date | |
---|---|---|---|
abfa1f628e | |||
a56c7c9b95 |
@ -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()
|
||||
})
|
||||
}
|
||||
|
@ -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()
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user