forked from External/greenlight
Update bbb_api.rb
Update GreenLight for new way to launch HTML5 client
This commit is contained in:
parent
8179bd3d22
commit
1655014478
|
@ -148,8 +148,7 @@ module BbbApi
|
|||
|
||||
# Generate the join URL.
|
||||
if use_html5
|
||||
clientURL = bbb_endpoint.gsub('bigbluebutton/', 'html5client/join')
|
||||
join_url = bbb.join_meeting_url(meeting_id, full_name, password, {clientURL: clientURL})
|
||||
join_url = bbb.join_meeting_url(meeting_id, full_name, password, {joinViaHtml5:true})
|
||||
else
|
||||
join_url = bbb.join_meeting_url(meeting_id, full_name, password)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue