Bläddra i källkod

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

master
Leonard Kim 6 år sedan
förälder
incheckning
f42d0411b1
1 ändrade filer med 7 tillägg och 7 borttagningar
  1. 7
    7
      interface_config.js

+ 7
- 7
interface_config.js Visa fil

@@ -167,7 +167,13 @@ var interfaceConfig = {
167 167
      *
168 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 179
      * How many columns the tile view can expand to. The respected range is
@@ -195,12 +201,6 @@ var interfaceConfig = {
195 201
      */
196 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 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

Laddar…
Avbryt
Spara