Pārlūkot izejas kodu

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

factor2
Calin-Teodor 2 gadus atpakaļ
vecāks
revīzija
d75ab7b246

+ 1
- 1
react/features/filmstrip/components/native/Thumbnail.js Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt