Add variables to fine tune jitsi
This commit is contained in:
@ -96,6 +96,18 @@ matrix_jitsi_web_interface_config_show_powered_by: false
|
||||
matrix_jitsi_web_interface_config_disable_transcription_subtitles: false
|
||||
matrix_jisti_web_interface_config_show_deep_linking_image: false
|
||||
|
||||
# Jitsi Fine Tune
|
||||
matrix_jitsi_web_config_disable_AudioLevels: False
|
||||
matrix_jitsi_web_config_enable_LayerSuspension: False
|
||||
matrix_jitsi_web_config_channelLastN: -1
|
||||
matrix_jitsi_web_config_enable_Video_Constraints: False
|
||||
|
||||
# This settings work if matrix_jitsi_web_config_enable_Video_Constraints: true
|
||||
matrix_jitsi_web_config_aspectRatio: 16 / 9
|
||||
matrix_jitsi_web_config_height_ideal: 720
|
||||
matrix_jitsi_web_config_height_max: 720
|
||||
matrix_jitsi_web_config_height_min: 240
|
||||
|
||||
matrix_jitsi_prosody_docker_image: "jitsi/prosody:stable-4548-1"
|
||||
matrix_jitsi_prosody_docker_image_force_pull: "{{ matrix_jitsi_prosody_docker_image.endswith(':latest') }}"
|
||||
|
||||
|
Reference in New Issue
Block a user