ソースを参照

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
      *
167
      *
168
      * @type {boolean}
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
      * How many columns the tile view can expand to. The respected range is
173
      * How many columns the tile view can expand to. The respected range is
201
      */
195
      */
202
     // ANDROID_APP_PACKAGE: 'org.jitsi.meet',
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
      * Override the behavior of some notifications to remain displayed until
205
      * Override the behavior of some notifications to remain displayed until
206
      * explicitly dismissed through a user action. The value is how long, in
206
      * explicitly dismissed through a user action. The value is how long, in

読み込み中…
キャンセル
保存