Slack Integration (#170)

* slack integration

* recomment server variables

* recomment server variables
This commit is contained in:
Joshua Arts
2017-05-09 10:26:01 -04:00
committed by Jesus Federico
parent 924ca25ef1
commit a2cfdc838f
9 changed files with 72 additions and 4 deletions

View File

@ -91,7 +91,7 @@ class BbbController < ApplicationController
# the user can join the meeting
if user
if bbb_res[:returncode] && current_user == user
JoinMeetingJob.perform_later(user.encrypted_id, params[:id])
JoinMeetingJob.perform_later(user, params[:id], base_url)
# user will be waiting for a moderator
else