fix(thumbnail) Fix screenshare indicator (#10774)
This commit is contained in:
parent
b65eb7d01a
commit
44c2a6ce93
|
@ -109,7 +109,7 @@ const ThumbnailTopIndicators = ({
|
|||
iconSize = { _indicatorIconSize }
|
||||
participantId = { participantId }
|
||||
tooltipPosition = { getIndicatorsTooltipPosition(currentLayout) } />
|
||||
{currentLayout === LAYOUTS.TILE_VIEW && (
|
||||
{currentLayout !== LAYOUTS.TILE_VIEW && (
|
||||
<div className = { clsx(indicatorsClassName, 'top-indicators') }>
|
||||
<StatusIndicators
|
||||
participantID = { participantId }
|
||||
|
|
Loading…
Reference in New Issue