Просмотр исходного кода

Remove the recording button from the Jitsi UI if recording is disabled.

pull/744/head
Hardy Erlinger 5 лет назад
Родитель
Сommit
ec2a9d4852
1 измененных файлов: 4 добавлений и 2 удалений
  1. +4
    -2
      roles/matrix-jitsi/templates/web/interface_config.js.j2

+ 4
- 2
roles/matrix-jitsi/templates/web/interface_config.js.j2 Просмотреть файл

@@ -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'


Загрузка…
Отмена
Сохранить