Merge branch 'livekit-experiment' into livekit-load-test
This commit is contained in:
commit
556c46320d
2 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ export const VideoTile = forwardRef<HTMLElement, Props>(
|
|||
[styles.isLocal]: sfuParticipant.isLocal,
|
||||
[styles.speaking]: sfuParticipant.isSpeaking,
|
||||
[styles.muted]: microphoneMuted,
|
||||
[styles.screenshare]: false,
|
||||
[styles.screenshare]: content === TileContent.ScreenShare,
|
||||
})}
|
||||
style={{
|
||||
opacity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue