Fix spelling error in inline video playback

This commit is contained in:
Mitchell McCaffrey 2020-03-20 22:49:25 +11:00
parent 67b8c035bb
commit 15d43e101e

View File

@ -15,7 +15,7 @@ function PartyVideo({ stream, muted }) {
autoPlay
muted={muted}
style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }}
playsinline
playsInline
/>
);
}