mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
config: cleanup no longer used interface_config options
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
e3d66db3d7
commit
e5cffc71c4
@@ -31,12 +31,6 @@ var interfaceConfig = {
|
|||||||
NATIVE_APP_NAME: 'Jitsi Meet',
|
NATIVE_APP_NAME: 'Jitsi Meet',
|
||||||
PROVIDER_NAME: 'Jitsi',
|
PROVIDER_NAME: 'Jitsi',
|
||||||
LANG_DETECTION: true, // Allow i18n to detect the system language
|
LANG_DETECTION: true, // Allow i18n to detect the system language
|
||||||
INVITATION_POWERED_BY: true,
|
|
||||||
|
|
||||||
/**
|
|
||||||
* If we should show authentication block in profile
|
|
||||||
*/
|
|
||||||
AUTHENTICATION_ENABLE: true,
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hide the invite prompt in the header when alone in the meeting.
|
* Hide the invite prompt in the header when alone in the meeting.
|
||||||
@@ -80,8 +74,6 @@ var interfaceConfig = {
|
|||||||
// A html text to be shown to guests on the close page, false disables it
|
// A html text to be shown to guests on the close page, false disables it
|
||||||
CLOSE_PAGE_GUEST_HINT: false,
|
CLOSE_PAGE_GUEST_HINT: false,
|
||||||
SHOW_PROMOTIONAL_CLOSE_PAGE: false,
|
SHOW_PROMOTIONAL_CLOSE_PAGE: false,
|
||||||
RANDOM_AVATAR_URL_PREFIX: false,
|
|
||||||
RANDOM_AVATAR_URL_SUFFIX: false,
|
|
||||||
FILM_STRIP_MAX_HEIGHT: 120,
|
FILM_STRIP_MAX_HEIGHT: 120,
|
||||||
|
|
||||||
// Enables feedback star animation.
|
// Enables feedback star animation.
|
||||||
@@ -265,7 +257,6 @@ var interfaceConfig = {
|
|||||||
// List of undocumented settings
|
// List of undocumented settings
|
||||||
/**
|
/**
|
||||||
INDICATOR_FONT_SIZES
|
INDICATOR_FONT_SIZES
|
||||||
MOBILE_DYNAMIC_LINK
|
|
||||||
PHONE_NUMBER_REGEX
|
PHONE_NUMBER_REGEX
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@
|
|||||||
export default [
|
export default [
|
||||||
'AUDIO_LEVEL_PRIMARY_COLOR',
|
'AUDIO_LEVEL_PRIMARY_COLOR',
|
||||||
'AUDIO_LEVEL_SECONDARY_COLOR',
|
'AUDIO_LEVEL_SECONDARY_COLOR',
|
||||||
'AUTHENTICATION_ENABLE',
|
|
||||||
'AUTO_PIN_LATEST_SCREEN_SHARE',
|
'AUTO_PIN_LATEST_SCREEN_SHARE',
|
||||||
'CLOSE_PAGE_GUEST_HINT',
|
'CLOSE_PAGE_GUEST_HINT',
|
||||||
'CONNECTION_INDICATOR_AUTO_HIDE_ENABLED',
|
'CONNECTION_INDICATOR_AUTO_HIDE_ENABLED',
|
||||||
@@ -32,7 +31,6 @@ export default [
|
|||||||
'HIDE_INVITE_MORE_HEADER',
|
'HIDE_INVITE_MORE_HEADER',
|
||||||
'INDICATOR_FONT_SIZES',
|
'INDICATOR_FONT_SIZES',
|
||||||
'INITIAL_TOOLBAR_TIMEOUT',
|
'INITIAL_TOOLBAR_TIMEOUT',
|
||||||
'INVITATION_POWERED_BY',
|
|
||||||
'LANG_DETECTION',
|
'LANG_DETECTION',
|
||||||
'LIVE_STREAMING_HELP_LINK',
|
'LIVE_STREAMING_HELP_LINK',
|
||||||
'LOCAL_THUMBNAIL_RATIO',
|
'LOCAL_THUMBNAIL_RATIO',
|
||||||
@@ -41,8 +39,6 @@ export default [
|
|||||||
'OPTIMAL_BROWSERS',
|
'OPTIMAL_BROWSERS',
|
||||||
'PHONE_NUMBER_REGEX',
|
'PHONE_NUMBER_REGEX',
|
||||||
'PROVIDER_NAME',
|
'PROVIDER_NAME',
|
||||||
'RANDOM_AVATAR_URL_PREFIX',
|
|
||||||
'RANDOM_AVATAR_URL_SUFFIX',
|
|
||||||
'RECENT_LIST_ENABLED',
|
'RECENT_LIST_ENABLED',
|
||||||
'REMOTE_THUMBNAIL_RATIO',
|
'REMOTE_THUMBNAIL_RATIO',
|
||||||
'SETTINGS_SECTIONS',
|
'SETTINGS_SECTIONS',
|
||||||
|
|||||||
Reference in New Issue
Block a user