Merge pull request #11705 from bigbluebutton/antobinary-patch-1

Add getter for defaultKeepEvents
This commit is contained in:
Anton Georgiev 2021-03-21 21:47:57 -04:00 committed by GitHub
commit c543f16491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1036,6 +1036,10 @@ public class ParamsProcessorUtil {
public void setDefaultKeepEvents(Boolean mke) {
defaultKeepEvents = mke;
}
public Boolean getDefaultKeepEvents() {
return defaultKeepEvents;
}
public void setAllowModsToUnmuteUsers(Boolean value) {
defaultAllowModsToUnmuteUsers = value;