test
This commit is contained in:
@ -20455,6 +20455,7 @@ setTimeout(() => {
|
||||
|
||||
socket.on('new-producer', ({ callId }) => {
|
||||
console.log(`🟥 new-producer | callId: ${callId}`);
|
||||
consume()
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -97,6 +97,7 @@ setTimeout(() => {
|
||||
|
||||
socket.on('new-producer', ({ callId }) => {
|
||||
console.log(`🟥 new-producer | callId: ${callId}`);
|
||||
consume()
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user