LH-276: Update producer close event handler
This commit is contained in:
parent
a214f4384e
commit
bc07a055e0
@ -20842,7 +20842,7 @@ const connectRecvTransport = async () => {
|
||||
socket.emit('consumer-resume')
|
||||
})
|
||||
.catch((error) => {
|
||||
displayError(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
console.error(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
@ -484,7 +484,7 @@ const connectRecvTransport = async () => {
|
||||
socket.emit('consumer-resume')
|
||||
})
|
||||
.catch((error) => {
|
||||
displayError(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
console.error(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user