Merge branch 'livekit-experiment' into livekit-load-test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user