Fix spelling error in inline video playback
This commit is contained in:
parent
67b8c035bb
commit
15d43e101e
@ -15,7 +15,7 @@ function PartyVideo({ stream, muted }) {
|
|||||||
autoPlay
|
autoPlay
|
||||||
muted={muted}
|
muted={muted}
|
||||||
style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }}
|
style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }}
|
||||||
playsinline
|
playsInline
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user