improvements to active meetings

This commit is contained in:
Josh
2017-07-04 11:52:35 -04:00
parent 44e2cb7027
commit 27f6076954
8 changed files with 162 additions and 39 deletions

View File

@ -100,6 +100,8 @@ module BbbApi
rescue BigBlueButton::BigBlueButtonException => exc
logger.info "BBB error on create #{exc.key}: #{exc.message}"
end
WaitingList.empty(options[:room_owner], options[:meeting_name])
# And then get meeting info
bbb_meeting_info = bbb.get_meeting_info( meeting_id, nil )