diff --git a/public/bundle.js b/public/bundle.js index c0b729b..ab44688 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -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}`) + // }) }) } diff --git a/public/index.js b/public/index.js index 04091d5..46a3eb8 100644 --- a/public/index.js +++ b/public/index.js @@ -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}`) + // }) }) }