Update Client show error correctly
This commit is contained in:
parent
e79e0be6ec
commit
df0c73badb
@ -20825,13 +20825,13 @@ const connectRecvTransport = async () => {
|
||||
remoteVideo.srcObject = stream
|
||||
remoteVideo.setAttribute('autoplay', true)
|
||||
|
||||
remoteVideo.play()
|
||||
.then(() => {
|
||||
console.log('remoteVideo PLAY')
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
})
|
||||
// remoteVideo.play()
|
||||
// .then(() => {
|
||||
// console.log('remoteVideo PLAY')
|
||||
// })
|
||||
// .catch((error) => {
|
||||
// console.log(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
// })
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -467,13 +467,13 @@ const connectRecvTransport = async () => {
|
||||
remoteVideo.srcObject = stream
|
||||
remoteVideo.setAttribute('autoplay', true)
|
||||
|
||||
remoteVideo.play()
|
||||
.then(() => {
|
||||
console.log('remoteVideo PLAY')
|
||||
})
|
||||
.catch((error) => {
|
||||
console.log(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
})
|
||||
// remoteVideo.play()
|
||||
// .then(() => {
|
||||
// console.log('remoteVideo PLAY')
|
||||
// })
|
||||
// .catch((error) => {
|
||||
// console.log(`remoteVideo PLAY ERROR | ${error.message}`)
|
||||
// })
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user