mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Add playsinline for ios
This commit is contained in:
parent
1b9c984d13
commit
ef43e92a9b
@ -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)"}
|
||||||
|
Loading…
Reference in New Issue
Block a user