%
# Copyright (C) 2011 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see
<%= mt :description, "You will need access to a [BigBlueButton](%{url}) instance.", :url => "http://bigbluebutton.org" %> | |
<%= f.blabel :domain, :en => "Domain" %> |
<%= f.text_field :domain, value: settings[:domain] %> <%= mt :domain_description, "**hostname** or **ip address** of your BigBlueButton installation (e.g. bigbluebutton.mycompany.com)" %> |
<%= f.blabel :secret, :en => "Secret" %> |
<%= f.password_field :secret, :autocomplete => false %> <%= mt :secret_description, "This is the %{parameter_name} parameter that can be found in the %{filename} config file.", :parameter_name => markdown_safe('**beans.dynamicConferenceService.securitySalt**'), :filename => markdown_safe('**bigbluebutton.properties**') %> |
<%= f.check_box :recording_enabled, checked: Canvas::Plugin.value_to_boolean(settings[:recording_enabled]) %> <%= f.label :recording_enabled, :en => "Allow conferences to be recorded." %> | |
<%= f.check_box :free_trial, checked: Canvas::Plugin.value_to_boolean(settings[:free_trial]) %> <%= f.label :free_trial, :en => "Mark this BigBlueButton instance as a free trial" %> | |
<%= f.check_box :send_avatar, checked: Canvas::Plugin.value_to_boolean(settings[:send_avatar]) %> <%= f.label :send_avatar, :en => "Send user avatar to BigBlueButton on join" %> | |
<%= f.check_box :replace_with_alternatives, checked: Canvas::Plugin.value_to_boolean(settings[:replace_with_alternatives]) %> <%= f.label :replace_with_alternatives, :en => "Disable BigBlueButton conferences; show a list of alternatives instead" %> | |
<%= f.check_box :use_fallback, checked: Canvas::Plugin.value_to_boolean(settings[:use_fallback]) %> <%= f.label :use_fallback, :en => "Use BigBlueButton Fallback Plugin settings to look for recordings for conferences that weren't hosted by the currently configured BBB instance." %> |