Quellcode durchsuchen

Merge pull request #744 from hardye/jitsi-recording

Remove the recording button from the Jitsi UI if recording is disabled.
pull/745/head
Slavi Pantaleev vor 5 Jahren
committed by GitHub
Ursprung
Commit
cc683a85ab
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. +4
    -2
      roles/matrix-jitsi/templates/web/interface_config.js.j2

+ 4
- 2
roles/matrix-jitsi/templates/web/interface_config.js.j2 Datei anzeigen

@@ -205,9 +205,11 @@ var interfaceConfig = {
{% if matrix_jitsi_enable_transcriptions %}
'closedcaptions',
{% endif %}

{% if matrix_jitsi_enable_recording %}
'recording',
{% endif %}
'microphone', 'camera', 'desktop', 'embedmeeting', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'chat', 'recording',
'fodeviceselection', 'hangup', 'profile', 'chat',
'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
'tileview', 'videobackgroundblur', 'download', 'help', 'mute-everyone', 'security'


Laden…
Abbrechen
Speichern