Merge branch 'livekit-experiment' into livekit-load-test

This commit is contained in:
Daniel Abramov 2023-06-13 17:24:15 +02:00
commit 556c46320d
2 changed files with 2 additions and 2 deletions

View file

@ -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,