- fix issue where muteOnStart doesn't work when set in bigbluebutton.properties
This commit is contained in:
parent
0392634f57
commit
e9df643af4
@ -494,9 +494,9 @@ public class ParamsProcessorUtil {
|
||||
Boolean muteOnStart = defaultMuteOnStart;
|
||||
if (!StringUtils.isEmpty(params.get("muteOnStart"))) {
|
||||
muteOnStart = Boolean.parseBoolean(params.get("muteOnStart"));
|
||||
meeting.setMuteOnStart(muteOnStart);
|
||||
}
|
||||
|
||||
meeting.setMuteOnStart(muteOnStart);
|
||||
return meeting;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user