feat(participants-pane): Fixes actions menu when sharing video.

We have actions menu for the video just for the local participant who shared the video.
pull/15092/head
damencho 9 months ago committed by Дамян Минков
parent 79322f6a1f
commit d2ff136c15
  1. 2
      react/features/participants-pane/components/web/MeetingParticipantItem.tsx

@ -280,7 +280,7 @@ function MeetingParticipantItem({
</>
}
{!overflowDrawer && (_localVideoOwner || _participant?.fakeParticipant) && (
{!overflowDrawer && (_localVideoOwner && _participant?.fakeParticipant) && (
<ParticipantActionEllipsis
accessibilityLabel = { participantActionEllipsisLabel }
onClick = { onContextMenu } />

Loading…
Cancel
Save