From 5ba60962b950cb7b78fd1561d784be136a55888f Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:39:05 +0200 Subject: [PATCH] add className .screenshare to videoTile (#1105) Signed-off-by: Timo K --- src/video-grid/VideoTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video-grid/VideoTile.tsx b/src/video-grid/VideoTile.tsx index e81bb58..f73590d 100644 --- a/src/video-grid/VideoTile.tsx +++ b/src/video-grid/VideoTile.tsx @@ -98,7 +98,7 @@ export const VideoTile = forwardRef( [styles.isLocal]: sfuParticipant.isLocal, [styles.speaking]: sfuParticipant.isSpeaking, [styles.muted]: microphoneMuted, - [styles.screenshare]: false, + [styles.screenshare]: content === TileContent.ScreenShare, })} style={{ opacity,