|
|
@@ -31,12 +31,6 @@ var interfaceConfig = {
|
|
31
|
31
|
NATIVE_APP_NAME: 'Jitsi Meet',
|
|
32
|
32
|
PROVIDER_NAME: 'Jitsi',
|
|
33
|
33
|
LANG_DETECTION: true, // Allow i18n to detect the system language
|
|
34
|
|
- INVITATION_POWERED_BY: true,
|
|
35
|
|
-
|
|
36
|
|
- /**
|
|
37
|
|
- * If we should show authentication block in profile
|
|
38
|
|
- */
|
|
39
|
|
- AUTHENTICATION_ENABLE: true,
|
|
40
|
34
|
|
|
41
|
35
|
/**
|
|
42
|
36
|
* Hide the invite prompt in the header when alone in the meeting.
|
|
|
@@ -80,8 +74,6 @@ var interfaceConfig = {
|
|
80
|
74
|
// A html text to be shown to guests on the close page, false disables it
|
|
81
|
75
|
CLOSE_PAGE_GUEST_HINT: false,
|
|
82
|
76
|
SHOW_PROMOTIONAL_CLOSE_PAGE: false,
|
|
83
|
|
- RANDOM_AVATAR_URL_PREFIX: false,
|
|
84
|
|
- RANDOM_AVATAR_URL_SUFFIX: false,
|
|
85
|
77
|
FILM_STRIP_MAX_HEIGHT: 120,
|
|
86
|
78
|
|
|
87
|
79
|
// Enables feedback star animation.
|
|
|
@@ -265,7 +257,6 @@ var interfaceConfig = {
|
|
265
|
257
|
// List of undocumented settings
|
|
266
|
258
|
/**
|
|
267
|
259
|
INDICATOR_FONT_SIZES
|
|
268
|
|
- MOBILE_DYNAMIC_LINK
|
|
269
|
260
|
PHONE_NUMBER_REGEX
|
|
270
|
261
|
*/
|
|
271
|
262
|
|