Add playsinline for ios
This commit is contained in:
@@ -119,7 +119,7 @@ function Participant({ userId, feed, muted, local }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.participant}>
|
<div className={styles.participant}>
|
||||||
<video ref={videoRef}></video>
|
<video ref={videoRef} playsInline></video>
|
||||||
<div className={styles.participantLabel}>
|
<div className={styles.participantLabel}>
|
||||||
<p>
|
<p>
|
||||||
{userId} {local && "(You)"}
|
{userId} {local && "(You)"}
|
||||||
|
|||||||
Reference in New Issue
Block a user