소스 검색

Revert "feat(screenshare): enable auto-pin of latest and last screenshare"

This reverts commit f42d0411b1.

The UX provided by this feature flag in its current state is not
desired. Also, I noticed filmstrip sometimes failing to properly
update small video display mode on pin/unpin. The feature is
being left in for consumers of jitsi-meet to enable as needed.
master
Leonard Kim 6 년 전
부모
커밋
7cf4c7bd78
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7
    7
      interface_config.js

+ 7
- 7
interface_config.js 파일 보기

@@ -167,13 +167,7 @@ var interfaceConfig = {
167 167
      *
168 168
      * @type {boolean}
169 169
      */
170
-    RECENT_LIST_ENABLED: true,
171
-
172
-    /**
173
-     * A UX mode where the last screen share participant is automatically
174
-     * pinned. Note: this mode is experimental and subject to breakage.
175
-     */
176
-    AUTO_PIN_LATEST_SCREEN_SHARE: true
170
+    RECENT_LIST_ENABLED: true
177 171
 
178 172
     /**
179 173
      * How many columns the tile view can expand to. The respected range is
@@ -201,6 +195,12 @@ var interfaceConfig = {
201 195
      */
202 196
     // ANDROID_APP_PACKAGE: 'org.jitsi.meet',
203 197
 
198
+    /**
199
+     * A UX mode where the last screen share participant is automatically
200
+     * pinned. Note: this mode is experimental and subject to breakage.
201
+     */
202
+    // AUTO_PIN_LATEST_SCREEN_SHARE: false,
203
+
204 204
     /**
205 205
      * Override the behavior of some notifications to remain displayed until
206 206
      * explicitly dismissed through a user action. The value is how long, in

Loading…
취소
저장