Преглед на файлове

fix(filmstrip-only): hide video label, always show remote thumbnails

master
Leonard Kim преди 8 години
родител
ревизия
27f968e753
променени са 2 файла, в които са добавени 7 реда и са изтрити 1 реда
  1. 2
    1
      conference.js
  2. 5
    0
      css/_videolayout_default.scss

+ 2
- 1
conference.js Целия файл

@@ -1843,7 +1843,8 @@ export default {
1843 1843
             // non-participants displaying video, such as with video sharing.
1844 1844
             const remoteVideosCount = APP.UI.getRemoteVideosCount();
1845 1845
 
1846
-            const shouldShowRemoteThumbnails = APP.UI.isPinned(localUserId)
1846
+            const shouldShowRemoteThumbnails = interfaceConfig.filmStripOnly
1847
+                || APP.UI.isPinned(localUserId)
1847 1848
                 || remoteVideosCount > 1
1848 1849
                 || remoteParticipantsCount !== remoteVideosCount;
1849 1850
 

+ 5
- 0
css/_videolayout_default.scss Целия файл

@@ -495,6 +495,11 @@
495 495
                     0px 0px 1px rgba(0,0,0,0.3);
496 496
 }
497 497
 
498
+.filmstrip-only {
499
+    #videoResolutionLabel {
500
+        display: none;
501
+    }
502
+}
498 503
 .video-state-indicator {
499 504
     background: $videoStateIndicatorBackground;
500 505
     color: $videoStateIndicatorColor;

Loading…
Отказ
Запис