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