From 48163aaac2a2d830362e32167d5b0c04399a484b Mon Sep 17 00:00:00 2001 From: Anton Georgiev <anto.georgiev@gmail.com> Date: Fri, 8 Mar 2019 17:40:46 +0000 Subject: [PATCH] set enableScreensharing to true by default --- bigbluebutton-html5/private/config/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index ffaf4b86cc..04f3a0b817 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -3,8 +3,8 @@ public: mobileFontSize: 16px desktopFontSize: 14px audioChatNotification: false - autoJoin: true showParticipantsOnLogin: true + autoJoin: true listenOnlyMode: true forceListenOnly: false skipCheck: false @@ -96,7 +96,7 @@ public: max: 320 height: max: 240 - enableScreensharing: false + enableScreensharing: true enableVideo: true enableVideoStats: false enableVideoMenu: true -- GitLab