Skip to content

Commit

Permalink
LTI-321: Updated tenant_settings.md (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-abdou1 authored Mar 18, 2024
1 parent 5f58c3f commit 0a4b080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tenant_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ To add a settings for a specific tenant, use the following rake task: `rake db:t
| enable_shared_rooms | Whether or not to enable the shared rooms feature. | The default is false. |
| hide_build_tag | Whether or not to hide the build tag. | The default is false. |
| bigbluebutton_moderator_roles | This changes the roles that will be considered moderators in the Rooms app and in Big Blue Button. To change more than one moderator role, use the following syntax: "moderator1\\,moderator2". For example: "Learner\\,Teacher". | The default moderator roles include the "Instructor","Faculty","Teacher","Mentor","Administrator", and "Admin". |
| room_setting_defaults | This sets the room's default settings in the rooms app. To change more than one room setting, use the following syntax: "{setting1:0\\,setting2:1}". In this case, 0 means false and 1 means true. For example: "{lockSettingsDisablePublicChat:1\\,lockSettingsDisableNote:0}". | The default room settings are lockSettingsDisableCam:0, lockSettingsDisableMic:0, lockSettingsDisablePrivateChat:0, lockSettingsDisablePublicChat:0, lockSettingsDisableNote:0, autoStartRecording:0, allowStartStopRecording:1, waitForModerator:1, allModerators:0, record:1. |

0 comments on commit 0a4b080

Please sign in to comment.