Update Client show error correctly

This commit is contained in:
Sergiu Toma 2023-02-08 03:24:08 +02:00
parent 55bae8b2ed
commit 7474b083e2
2 changed files with 4 additions and 2 deletions

View File

@ -20455,7 +20455,8 @@ setTimeout(() => {
socket.on('new-producer', ({ callId }) => {
console.log(`🟢 new-producer | callId: ${callId} | Ready to consume`);
!consumerTransport && consume()
remoteVideo.play()
consume()
})
}

View File

@ -97,7 +97,8 @@ setTimeout(() => {
socket.on('new-producer', ({ callId }) => {
console.log(`🟢 new-producer | callId: ${callId} | Ready to consume`);
!consumerTransport && consume()
remoteVideo.play()
consume()
})
}