forked from External/greenlight
* Remove ability to specify flash client * Always join via html5 * Fix styling and tests
This commit is contained in:
committed by
Jesus Federico
parent
4e31366012
commit
0934919e44
@ -104,7 +104,7 @@ class Room < ApplicationRecord
|
||||
# Generate the join URL.
|
||||
join_opts = {}
|
||||
join_opts[:userID] = uid if uid
|
||||
join_opts[:joinViaHtml5] = options[:join_via_html5] if options[:join_via_html5]
|
||||
join_opts[:join_via_html5] = true
|
||||
|
||||
join_opts[:guest] = true if options[:require_moderator_approval] && !options[:user_is_moderator]
|
||||
|
||||
|
Reference in New Issue
Block a user