allow client to be determined by server

This commit is contained in:
Joshua Arts
2018-06-27 17:53:11 -04:00
parent 3748bb2140
commit f0ab2924db
3 changed files with 1 additions and 11 deletions

View File

@ -74,7 +74,6 @@ class Room < ApplicationRecord
# Generate the join URL.
join_opts = {}
join_opts[:userID] = uid if uid
join_opts[:joinViaHtml5] = true if Rails.configuration.html5_enabled
bbb.join_meeting_url(bbb_id, name, password, join_opts)
end