Add playsinline for ios
This commit is contained in:
parent
1b9c984d13
commit
ef43e92a9b
1 changed files with 1 additions and 1 deletions
|
@ -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)"}
|
||||
|
|
Loading…
Reference in a new issue