fix(filmstrip): show video for screenshare participant in tile view

pull/13139/head jitsi-meet_8486
Calin-Teodor 2 years ago committed by Calinteodor
parent 46c91b7566
commit d75ab7b246
  1. 2
      react/features/filmstrip/components/native/Thumbnail.js

@ -370,7 +370,7 @@ class Thumbnail extends PureComponent<Props> {
: <>
<ParticipantView
avatarSize = { tileView ? AVATAR_SIZE * 1.5 : AVATAR_SIZE }
disableVideo = { isScreenShare || _fakeParticipant }
disableVideo = { !tileView && (isScreenShare || _fakeParticipant) }
participantId = { participantId }
zOrder = { 1 } />
{

Loading…
Cancel
Save