diff --git a/public/scripts/utils.js b/public/scripts/utils.js index b78132b..11b1633 100644 --- a/public/scripts/utils.js +++ b/public/scripts/utils.js @@ -73,6 +73,7 @@ export const addVideoStream = (videoContainer, username, stream, isYours) => { if (CSS.supports("::-webkit-media-controls-panel")) video.controls = "controls" video.addEventListener("loadedmetadata", async () => { + video.muted = true try { await video.play() } catch (error) {