From 6ce535b0d2087700408a875e27f75aa4e7f666fa Mon Sep 17 00:00:00 2001 From: Richard Alam Date: Tue, 3 Oct 2017 14:03:16 -0700 Subject: [PATCH] - change default policy to always accept --- bigbluebutton-web/grails-app/conf/bigbluebutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties index d2def80628..4c56090f2d 100755 --- a/bigbluebutton-web/grails-app/conf/bigbluebutton.properties +++ b/bigbluebutton-web/grails-app/conf/bigbluebutton.properties @@ -94,7 +94,7 @@ defaultDialAccessNumber=613-555-1234 # Default Guest Policy # Valid values are ALWAYS_ACCEPT, ALWAYS_DENY, ASK_MODERATOR # -defaultGuestPolicy=ASK_MODERATOR +defaultGuestPolicy=ALWAYS_ACCEPT # #----------------------------------------------------