From 6d70953042a4fd21f1b5bf7d1ec8e905332c45fb Mon Sep 17 00:00:00 2001 From: Paul Trudel <35616208+paultrudel@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:54:55 -0500 Subject: [PATCH] allowAllRecordingsRetrieval propterty explanation Co-authored-by: Anton Georgiev --- bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index f3a1de5719..93f11e7318 100644 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -337,6 +337,7 @@ publishedDir=/var/bigbluebutton/published unpublishedDir=/var/bigbluebutton/unpublished captionsDir=/var/bigbluebutton/captions +# when set to true, a single call of getRecordings with no specified meetingID will return a (potentially massive) response listing all recordings on the system allowAllRecordingsRetrieval=true # The directory where the pre-built configs are stored