From b010b3267ded722668129abee6e151f3d7fb1ac1 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Fri, 11 Sep 2015 15:41:33 -0500 Subject: [PATCH] Fixes the name for the recording button in interface_config.js --- index.html | 2 +- interface_config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1be85eb8a..13bf5e548 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ - + diff --git a/interface_config.js b/interface_config.js index 38f3b4f0a..f0c5f41f0 100644 --- a/interface_config.js +++ b/interface_config.js @@ -16,7 +16,7 @@ var interfaceConfig = { APP_NAME: "Jitsi Meet", INVITATION_POWERED_BY: true, ACTIVE_SPEAKER_AVATAR_SIZE: 100, - TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'record', 'security', 'invite', + TOOLBAR_BUTTONS: ['authentication', 'microphone', 'camera', 'desktop', 'recording', 'security', 'invite', 'chat', 'prezi', 'etherpad', 'fullscreen', 'sip', 'dialpad', 'settings', 'hangup', 'filmstrip', 'contacts'], /** * Whether to only show the filmstrip (and hide the toolbar).