Update Client show error correctly
This commit is contained in:
parent
55bae8b2ed
commit
7474b083e2
@ -20455,7 +20455,8 @@ 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} | Ready to consume`);
|
||||||
!consumerTransport && consume()
|
remoteVideo.play()
|
||||||
|
consume()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +97,8 @@ 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} | Ready to consume`);
|
||||||
!consumerTransport && consume()
|
remoteVideo.play()
|
||||||
|
consume()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user