diff --git a/docker/initial-data.json b/docker/initial-data.json index 396eaecec..b8fcf7401 100644 --- a/docker/initial-data.json +++ b/docker/initial-data.json @@ -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, diff --git a/docs/example-data.json b/docs/example-data.json index d1bc9d0ab..187933c58 100644 --- a/docs/example-data.json +++ b/docs/example-data.json @@ -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": "", diff --git a/docs/models.yml b/docs/models.yml index 8a89ec7eb..f04fcc8af 100644 --- a/docs/models.yml +++ b/docs/models.yml @@ -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: