Update Client show error correctly

This commit is contained in:
Sergiu Toma 2023-02-08 02:54:49 +02:00
parent 019c835976
commit 71b9c71ae1
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ const connectRecvTransport = async () => {
console.log('remoteVideo PLAY')
})
.catch((error) => {
displayError(`remoteVideo PLAY ERROR | ${error.message}`)
console.log(`remoteVideo PLAY ERROR | ${error.message}`)
})
})
}