add className .screenshare to videoTile (#1105)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -98,7 +98,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