Add livekit config
This commit is contained in:
parent
cabe5f7368
commit
e896c53c07
20
conf/synapse/livekit.yaml
Normal file
20
conf/synapse/livekit.yaml
Normal file
@ -0,0 +1,20 @@
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- "0.0.0.0"
|
||||
rtc:
|
||||
tcp_port: 7881
|
||||
port_range_start: 50100
|
||||
port_range_end: 50200
|
||||
use_external_ip: true
|
||||
logging:
|
||||
level: debug
|
||||
turn:
|
||||
enabled: false
|
||||
domain: localhost
|
||||
cert_file: ""
|
||||
key_file: ""
|
||||
tls_port: 5349
|
||||
udp_port: 443
|
||||
external_tls: true
|
||||
keys:
|
||||
devkey: "#CHANGEMENOW" #must be same as LIVEKIT_SECRET= in element.docker-compose.yml
|
||||
Loading…
Reference in New Issue
Block a user