Merge pull request #218 from bigbluebutton/ffdixon-patch-1

Update bbb_api.rb
This commit is contained in:
Joshua Arts 2018-05-16 12:45:04 -04:00 committed by GitHub
commit 585d9a2dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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