From 3daedda12c97d28136e20de721e70ace8cb8d266 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Thu, 12 Sep 2024 23:03:49 +0200
Subject: [PATCH] Pokus s povolenim nahravat

---
 VERSION                         | 2 +-
 templates/includes/meet.html.ep | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/VERSION b/VERSION
index 4312e0d..04a373e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.15.2
+0.16.0
diff --git a/templates/includes/meet.html.ep b/templates/includes/meet.html.ep
index 0d1a463..75a3b62 100644
--- a/templates/includes/meet.html.ep
+++ b/templates/includes/meet.html.ep
@@ -18,8 +18,9 @@
         defaultRemoteDisplayName: 'Anonymous',
         defaultLanguage: 'cz',
         hideConferenceSubject: true,
+        disableShowMoreStats: false,
+        enableSaveLogs: true,
         disabledSounds: ['PARTICIPANT_JOINED_SOUND', 'PARTICIPANT_LEFT_SOUND'],
-//        dynamicBrandingUrl: 'https://a.pirati.cz/to/jitsi/branding.json',
         toolbarButtons: [
         'camera',
         'chat',
@@ -35,7 +36,9 @@
         'stats',
         'tileview',
         'toggle-camera',
-        'videoquality'
+        'videoquality',
+        'recording',
+        'livestreaming',
      ],
     },
     interfaceConfigOverwrite: {
-- 
GitLab