From 12fdfab89c64cd9160eb77f619d39ee61e20d050 Mon Sep 17 00:00:00 2001 From: chandi Date: Sun, 31 May 2020 00:19:44 +0200 Subject: [PATCH] html5: applied new settings added with v2.2.15 https://github.com/alangecker/bbb-packages/commit/b7cc915a9deb3e7bc45e23cb17da743fdaddc54b --- mod/html5/settings.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mod/html5/settings.yml b/mod/html5/settings.yml index a31ce3d..3c3ce37 100644 --- a/mod/html5/settings.yml +++ b/mod/html5/settings.yml @@ -11,7 +11,7 @@ public: appName: BigBlueButton HTML5 Client bbbServerVersion: 2.2 copyright: "©2019 BigBlueButton Inc." - html5ClientBuild: 924 + html5ClientBuild: 933 helpLink: https://bigbluebutton.org/html5/ lockOnJoin: true cdn: "" @@ -147,6 +147,7 @@ public: time: 5000 chat: enabled: true + startClosed: false min_message_length: 1 max_message_length: 5000 grouping_messages_window: 10000 @@ -189,6 +190,7 @@ public: presentation: defaultPresentationFile: default.pdf panZoomThrottle: 32 + restoreOnUpdate: false uploadEndpoint: "/bigbluebutton/presentation/upload" uploadSizeMin: 0 uploadSizeMax: 50000000