From 87d39421f7311e7879310c6427a73b6d04fb158b Mon Sep 17 00:00:00 2001
From: KDSBrowne <kert.browne85@gmail.com>
Date: Thu, 2 Jan 2020 15:00:50 +0000
Subject: [PATCH] add allowDownloadable prop to presentation config in
 settings.yml

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

diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml
index 2ae195c99b..9f57fc3786 100755
--- a/bigbluebutton-html5/private/config/settings.yml
+++ b/bigbluebutton-html5/private/config/settings.yml
@@ -178,6 +178,7 @@ public:
     echoTestNumber: '9196'
     relayOnlyOnReconnect: false
   presentation:
+    allowDownloadable: true
     defaultPresentationFile: default.pdf
     panZoomThrottle: 32
     uploadEndpoint: "/bigbluebutton/presentation/upload"
-- 
GitLab