Adds applause configs to the meeting model
This commit is contained in:
parent
77f6516438
commit
0e56d1360e
@ -114,6 +114,13 @@
|
||||
"conference_open_video": true,
|
||||
"conference_auto_connect_next_speakers": 0,
|
||||
"conference_enable_helpdesk": false,
|
||||
"applause_enable": false,
|
||||
"applause_type": "applause-type-bar",
|
||||
"applause_show_level": false,
|
||||
"applause_min_amount": 1,
|
||||
"applause_max_amount": 0,
|
||||
"applause_timeout": 5,
|
||||
"applause_particle_image_url": "",
|
||||
|
||||
"projector_countdown_default_time": 60,
|
||||
"projector_countdown_warning_time": 0,
|
||||
|
@ -250,6 +250,13 @@
|
||||
"conference_open_video": true,
|
||||
"conference_auto_connect_next_speakers": 0,
|
||||
"conference_enable_helpdesk": false,
|
||||
"applause_enable": false,
|
||||
"applause_type": "applause-type-bar",
|
||||
"applause_show_level": false,
|
||||
"applause_min_amount": 1,
|
||||
"applause_max_amount": 0,
|
||||
"applause_timeout": 5,
|
||||
"applause_particle_image_url": "",
|
||||
|
||||
"jitsi_room_name": "",
|
||||
"jitsi_domain": "",
|
||||
|
@ -391,6 +391,32 @@ meeting:
|
||||
conference_enable_helpdesk:
|
||||
type: boolean
|
||||
default: False
|
||||
applause_enable:
|
||||
type: boolean
|
||||
default: False
|
||||
applause_type:
|
||||
type: string
|
||||
enum:
|
||||
- applause-type-bar
|
||||
- applause-type-particles
|
||||
default: applause-type-bar
|
||||
applause_show_level:
|
||||
type: boolean
|
||||
default: False
|
||||
applause_min_amount:
|
||||
type: number
|
||||
default: 1
|
||||
minimum: 0
|
||||
applause_max_amount:
|
||||
type: number
|
||||
default: 0
|
||||
minimum: 0
|
||||
applause_timeout:
|
||||
type: number
|
||||
default: 5
|
||||
minimum: 0
|
||||
applause_particle_image_url:
|
||||
type: string
|
||||
|
||||
# Projector countdown
|
||||
projector_countdown_default_time:
|
||||
|
Loading…
Reference in New Issue
Block a user