Update Client show error correctly

This commit is contained in:
Sergiu Toma 2023-02-08 02:54:49 +02:00
parent 019c835976
commit 71b9c71ae1

View File

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