From 4b0d3433c56e6f33967cb5251207bc01bf0e68e3 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Sun, 12 Jun 2022 10:11:53 -0400 Subject: [PATCH] Hopefully echoing fix --- public/scripts/utils.js | 1 + 1 file changed, 1 insertion(+) 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) {