Fix participant mute
This commit is contained in:
parent
0c22de6289
commit
c6e43627a2
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ function ParticipantTile({ style, participant, remove, ...rest }) {
|
|||
return (
|
||||
<animated.div className={styles.participantTile} style={style} {...rest}>
|
||||
<div className={styles.participantName}>{participant.userId}</div>
|
||||
<video ref={videoRef} playsInline />
|
||||
<video ref={videoRef} playsInline muted={participant.muted} />
|
||||
</animated.div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue