浏览代码

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

master
Leonard Kim 6 年前
父节点
当前提交
f42d0411b1
共有 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
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
171
 
177
 
172
     /**
178
     /**
173
      * How many columns the tile view can expand to. The respected range is
179
      * How many columns the tile view can expand to. The respected range is
195
      */
201
      */
196
     // ANDROID_APP_PACKAGE: 'org.jitsi.meet',
202
     // ANDROID_APP_PACKAGE: 'org.jitsi.meet',
197
 
203
 
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

正在加载...
取消
保存