Add conference_enable_helpdesk to models

Adjust models.yml and the json files to support the helpdesk settings
This commit is contained in:
Sean 2021-07-01 16:04:33 +02:00
parent fb9e9513fc
commit a131424c8f
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: