feat(toolbar): add 'always-visibile' config option

The visibility of the toolbar can be toggled by interacting with the main screen.
This change allows the toolbar to be configured to be 'always visible'. This voids
the 'toggle' functionality.
This commit is contained in:
Guus der Kinderen
2018-04-16 17:06:11 +02:00
committed by Saúl Ibarra Corretgé
parent 4d21c28421
commit acc41e6d0b
7 changed files with 55 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ var interfaceConfig = {
DESKTOP_SHARING_BUTTON_DISABLED_TOOLTIP: null,
INITIAL_TOOLBAR_TIMEOUT: 20000,
TOOLBAR_TIMEOUT: 4000,
TOOLBAR_ALWAYS_VISIBLE: false,
DEFAULT_REMOTE_DISPLAY_NAME: 'Fellow Jitster',
DEFAULT_LOCAL_DISPLAY_NAME: 'me',
SHOW_JITSI_WATERMARK: true,