Add playsinline for ios

This commit is contained in:
Robert Long 2021-07-29 20:50:03 -07:00
parent 1b9c984d13
commit ef43e92a9b

View File

@ -119,7 +119,7 @@ function Participant({ userId, feed, muted, local }) {
return (
<div className={styles.participant}>
<video ref={videoRef}></video>
<video ref={videoRef} playsInline></video>
<div className={styles.participantLabel}>
<p>
{userId} {local && "(You)"}