From 638ba47ecf12a0046f4e4c7f33f02558e3c467aa Mon Sep 17 00:00:00 2001
From: Anton Georgiev <antobinary@users.noreply.github.com>
Date: Wed, 24 Mar 2021 15:06:23 -0400
Subject: [PATCH] Enabled by default screenshare with audio (#11622)

---
 bigbluebutton-html5/private/config/settings.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml
index 98f9f6a4cf..adcac388bf 100755
--- a/bigbluebutton-html5/private/config/settings.yml
+++ b/bigbluebutton-html5/private/config/settings.yml
@@ -177,7 +177,7 @@ public:
             max: 2560
           height:
             max: 1600
-        audio: false
+        audio: true
     # cameraProfiles is an array of:
     # - id: profile identifier
     #   name: human-readable profile name
-- 
GitLab