small fixes

This commit is contained in:
Zachary Chai
2017-02-09 17:54:53 -05:00
parent c44b38c3da
commit 330ce144ad
3 changed files with 3 additions and 8 deletions

View File

@ -69,6 +69,7 @@ class BbbController < ApplicationController
base_url = "#{request.base_url}#{relative_root}/#{params[:resource]}/#{meeting_path}"
options[:meeting_logout_url] = base_url
options[:hook_url] = "#{base_url}/callback"
options[:moderator_message] = t('moderator_default_message', url: "<a href=\"#{base_url}\" target=\"_blank\"><u>#{base_url}</u></a>")
bbb_res = bbb_join_url(
meeting_id,