From 49511ab2ec63d6fb8969def8c00ee6cb6b0dca3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 21 Aug 2024 01:01:45 +0200 Subject: [PATCH] Vice lokalni konfigurace --- VERSION | 2 +- templates/includes/meet.html.ep | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e815b86..4312e0d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.1 +0.15.2 diff --git a/templates/includes/meet.html.ep b/templates/includes/meet.html.ep index 72b4028..0d1a463 100644 --- a/templates/includes/meet.html.ep +++ b/templates/includes/meet.html.ep @@ -8,11 +8,18 @@ height: 600, parentNode: document.querySelector('#meet'), configOverwrite: { + welcomePage: { disabled: true }, startWithAudioMuted: true, hideLobbyButton: true, enableClosePage: false, disableProfile: true, readOnlyName: true, + hideEmailInSettings: true, + defaultRemoteDisplayName: 'Anonymous', + defaultLanguage: 'cz', + hideConferenceSubject: true, + disabledSounds: ['PARTICIPANT_JOINED_SOUND', 'PARTICIPANT_LEFT_SOUND'], +// dynamicBrandingUrl: 'https://a.pirati.cz/to/jitsi/branding.json', toolbarButtons: [ 'camera', 'chat', -- GitLab