Skip to content
Snippets Groups Projects
Commit f254436e authored by srosse's avatar srosse
Browse files

OO-4584: set more default options

parent b08cb6fe
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,8 @@ public class BigBlueButtonManagerImpl implements BigBlueButtonManager, Initializ
template.setMaxConcurrentMeetings(maxConcurrentMeetings);
template.setMaxParticipants(maxParticipants);
template.setMaxDuration(maxDuration);
template.setRecord(Boolean.TRUE);
template.setBreakoutRoomsEnabled(Boolean.TRUE);
template.setPermittedRolesEnum(BigBlueButtonRoles.valuesAsList());
template.setMuteOnStart(muteOnStart);
template.setAutoStartRecording(autoStartRecording);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment