add className .screenshare to videoTile (#1105)

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo 2023-06-13 14:39:05 +02:00 committed by GitHub
parent 142605a336
commit 5ba60962b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ export const VideoTile = forwardRef<HTMLElement, Props>(
[styles.isLocal]: sfuParticipant.isLocal, [styles.isLocal]: sfuParticipant.isLocal,
[styles.speaking]: sfuParticipant.isSpeaking, [styles.speaking]: sfuParticipant.isSpeaking,
[styles.muted]: microphoneMuted, [styles.muted]: microphoneMuted,
[styles.screenshare]: false, [styles.screenshare]: content === TileContent.ScreenShare,
})} })}
style={{ style={{
opacity, opacity,