Merge pull request #6142 from tsiegleauq/add-helpdesk-to-yml

Add conference_enable_helpdesk to models
This commit is contained in:
Sean 2021-07-01 16:33:47 +02:00 committed by GitHub
commit 610a10712d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,7 @@
"conference_open_microphone": true,
"conference_open_video": true,
"conference_auto_connect_next_speakers": 0,
"conference_enable_helpdesk": false,
"projector_countdown_default_time": 60,
"projector_countdown_warning_time": 0,

View File

@ -249,6 +249,7 @@
"conference_open_microphone": true,
"conference_open_video": true,
"conference_auto_connect_next_speakers": 0,
"conference_enable_helpdesk": false,
"jitsi_room_name": "",
"jitsi_domain": "",

View File

@ -388,6 +388,9 @@ meeting:
conference_auto_connect_next_speakers:
type: number
default: 0
conference_enable_helpdesk:
type: boolean
default: False
# Projector countdown
projector_countdown_default_time: