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