Skip to content
Snippets Groups Projects
Commit e3fdea51 authored by Richard Alam's avatar Richard Alam
Browse files

- increment meeting id

parent 66eaef90
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,9 @@ trait BreakoutRoomApp extends SystemConfiguration {
}
def handleCreateBreakoutRooms(msg: CreateBreakoutRooms) {
var i = 1
var i = 0
for (room <- msg.rooms) {
i += 1
val presURL = getDefaultPresentationURL()
val breakoutMeetingId = BreakoutRoomsUtil.createMeetingId(mProps.meetingID, i)
val voiceConfId = BreakoutRoomsUtil.createVoiceConfId(mProps.voiceBridge, i)
......
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