diff --git a/src/components/PartyVideo.js b/src/components/PartyVideo.js index 0ab1f76..d0260e0 100644 --- a/src/components/PartyVideo.js +++ b/src/components/PartyVideo.js @@ -15,6 +15,7 @@ function PartyVideo({ stream, muted }) { autoPlay muted={muted} style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }} + playsinline /> ); }