From 2760f5af4c9a359ea5261f2095976482a65f442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Souza?= Date: Fri, 10 May 2024 11:22:59 -0300 Subject: [PATCH] add new layouts to bigbluebutton.properties --- bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index 92b9579267..2c3570d494 100644 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -162,7 +162,8 @@ authenticatedGuest=true #--------------------------------------------------- # Default Meeting Layout -# Valid values are CUSTOM_LAYOUT, SMART_LAYOUT, PRESENTATION_FOCUS, VIDEO_FOCUS +# Accepted values are the standard layouts: CUSTOM_LAYOUT, SMART_LAYOUT, PRESENTATION_FOCUS, VIDEO_FOCUS +# but also several layouts which are not meant to be selectable via UI: CAMERAS_ONLY, PARTICIPANTS_CHAT_ONLY, PRESENTATION_ONLY defaultMeetingLayout=CUSTOM_LAYOUT #