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:
@ -46,4 +46,14 @@ class ApplicationController < ActionController::Base
|
||||
USER_NAME_LIMIT
|
||||
end
|
||||
helper_method :user_name_limit
|
||||
|
||||
def user_name_limit
|
||||
USER_NAME_LIMIT
|
||||
end
|
||||
helper_method :user_name_limit
|
||||
|
||||
def bigbluebutton_endpoint_default?
|
||||
Rails.configuration.bigbluebutton_endpoint_default === Rails.configuration.bigbluebutton_endpoint
|
||||
end
|
||||
helper_method :bigbluebutton_endpoint_default?
|
||||
end
|
||||
|
Reference in New Issue
Block a user