move WaitingList.empty() to controller

This commit is contained in:
Josh
2017-07-04 14:51:24 -04:00
parent d774200296
commit 9bbb669cc1
2 changed files with 1 additions and 3 deletions

View File

@ -100,8 +100,6 @@ 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 )