mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-21 16:23:08 +00:00
Feat: Added element call setup and configuration.
This commit is contained in:
21
roles/custom/matrix-element-call/templates/livekit.yaml.j2
Normal file
21
roles/custom/matrix-element-call/templates/livekit.yaml.j2
Normal file
@@ -0,0 +1,21 @@
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- "0.0.0.0"
|
||||
rtc:
|
||||
tcp_port: 7881
|
||||
port_range_start: 50100
|
||||
port_range_end: 50200
|
||||
use_external_ip: false
|
||||
|
||||
turn:
|
||||
enabled: false
|
||||
domain: localhost
|
||||
cert_file: ""
|
||||
key_file: ""
|
||||
tls_port: 5349
|
||||
udp_port: 443
|
||||
external_tls: true
|
||||
|
||||
keys:
|
||||
devkey: "{{ matrix_element_call_livekit_dev_key }}"
|
||||
logging:
|
||||
Reference in New Issue
Block a user