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