forked from External/greenlight
		
	A warning message is shown when the BBB server configured is the one that comes by default
This commit is contained in:
		@@ -28,7 +28,7 @@ module BbbApi
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def bbb
 | 
			
		||||
    @bbb ||= BigBlueButton::BigBlueButtonApi.new(bbb_endpoint + "api", bbb_secret, "0.8", true)
 | 
			
		||||
    @bbb ||= BigBlueButton::BigBlueButtonApi.new(bbb_endpoint + "api", bbb_secret, "0.8")
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def bbb_meeting_id(id)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user