Kaynağa Gözat

Updated Element call docs with dependent services and fixed typo.

element-call-integration
wjbeckett 1 yıl önce
ebeveyn
işleme
e18b28136c
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. +4
    -1
      docs/configuring-playbook-element-call.md

+ 4
- 1
docs/configuring-playbook-element-call.md Dosyayı Görüntüle

@@ -25,6 +25,9 @@ Ensure that the following DNS names have a public IP/FQDN:


## Adjusting the playbook configuration ## Adjusting the playbook configuration


NOTE: Element call is dependent on two other services for it to function as intended. In orter to utilise Element Call you need to also enable the [JWT Service](configuring-playbook-jwt-service.md) and [Livekit Server](configuring-playbook-livekit-server.md).


Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file: Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:


```yaml ```yaml
@@ -34,7 +37,7 @@ matrix_element_call_enabled: true
matrix_livekit_server_enabled: true matrix_livekit_server_enabled: true
matrix_jwt_service_enabled: true matrix_jwt_service_enabled: true
# Set a secure key for LiveKit authentication # Set a secure key for LiveKit authentication
matrix_element_call_livekit_dev_key: 'your-secure-livekit-key'
matrix_livekit_server_dev_key: 'your-secure-livekit-key'
``` ```


## Installing ## Installing


Yükleniyor…
İptal
Kaydet