Add conference_enable_helpdesk to models
Adjust models.yml and the json files to support the helpdesk settings
This commit is contained in:
parent
fb9e9513fc
commit
a131424c8f
@ -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,
|
||||
|
@ -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": "",
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user