Pārlūkot izejas kodu

fix(stageFilmstrip) Disable stage filmstrip by default.

master
Jaya Allamsetty 3 gadus atpakaļ
vecāks
revīzija
744607a5cc
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      react/features/filmstrip/functions.web.js

+ 1
- 1
react/features/filmstrip/functions.web.js Parādīt failu

@@ -713,5 +713,5 @@ export function shouldDisplayStageFilmstrip(state, minParticipantCount = 2) {
713 713
 export function isStageFilmstripEnabled(state) {
714 714
     const { filmstrip } = state['features/base/config'];
715 715
 
716
-    return !filmstrip?.disableStageFilmstrip && interfaceConfig.VERTICAL_FILMSTRIP;
716
+    return !(filmstrip?.disableStageFilmstrip ?? true) && interfaceConfig.VERTICAL_FILMSTRIP;
717 717
 }

Notiek ielāde…
Atcelt
Saglabāt