Skip to content

Commit

Permalink
Disable Jitsi recording/transcriptions by default
Browse files Browse the repository at this point in the history
It's not like it worked anyway, because we don't have the necessary
services installed for transcription (Jigasi), nor recording (Jibri).

Disabling these, should hopefully disable their related elements
in the Jitsi Web UI.

Fixes #726
  • Loading branch information
spantaleev committed Nov 28, 2020
1 parent be5263f commit e0d7d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/matrix-jitsi/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ matrix_jitsi_base_path: "{{ matrix_base_data_path }}/jitsi"

matrix_jitsi_enable_auth: false
matrix_jitsi_enable_guests: false
matrix_jitsi_enable_recording: true
matrix_jitsi_enable_transcriptions: true
matrix_jitsi_enable_recording: false
matrix_jitsi_enable_transcriptions: false
matrix_jitsi_enable_p2p: true

# Authentication type, must be one of internal, jwt or ldap. Currently only
Expand Down

0 comments on commit e0d7d5f

Please sign in to comment.