add className .screenshare to videoTile (#1105)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
142605a336
commit
5ba60962b9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue