|
@@ -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
|