Merge pull request #11705 from bigbluebutton/antobinary-patch-1
Add getter for defaultKeepEvents
This commit is contained in:
commit
c543f16491
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user