Jitsi Update stable-5963

This commit is contained in:
sakkiii
2021-08-29 19:34:30 +05:30
parent 12a172f07d
commit a43b109653
2 changed files with 16 additions and 1 deletions

View File

@ -7,6 +7,7 @@ matrix_jitsi_enable_guests: false
matrix_jitsi_enable_recording: false
matrix_jitsi_enable_transcriptions: false
matrix_jitsi_enable_p2p: true
matrix_jitsi_enable_av_moderation: true
# Authentication type, must be one of internal, jwt or ldap. Currently only
# internal and ldap are supported by this playbook.
@ -53,7 +54,7 @@ matrix_jitsi_jibri_recorder_password: ''
matrix_jitsi_enable_lobby: false
matrix_jitsi_version: stable-5963
matrix_jitsi_version: stable-6173
matrix_jitsi_container_image_tag: "{{ matrix_jitsi_version }}" # for backward-compatibility
matrix_jitsi_web_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/web:{{ matrix_jitsi_container_image_tag }}"
@ -69,6 +70,14 @@ matrix_jitsi_web_public_url: "https://{{ matrix_server_fqn_jitsi }}"
# Addresses need to be prefixed with one of `stun:`, `turn:` or `turns:`.
matrix_jitsi_web_stun_servers: ['stun:meet-jit-si-turnrelay.jitsi.net:443']
# Setting up TURN
# Default set with Coturn container
matrix_jitsi_turn_credentials: {{ matrix_coturn_turn_static_auth_secret }}
matrix_jitsi_turn_host: turn.{{ matrix_server_fqn_matrix }}
matrix_jitsi_turns_host: turn.{{ matrix_server_fqn_matrix }}
matrix_jitsi_turn_port: {{ matrix_coturn_container_stun_plain_host_bind_port }}
matrix_jitsi_turns_port: {{ matrix_coturn_container_stun_tls_host_bind_port }}
# Controls whether Etherpad will be available within Jitsi
matrix_jitsi_etherpad_enabled: false