Initial commit.
This commit is contained in:
commit
b38cb46ad8
5 changed files with 305 additions and 0 deletions
22
data/livekit/config.yaml
Normal file
22
data/livekit/config.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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: info
|
||||
turn:
|
||||
enabled: false
|
||||
domain: localhost
|
||||
cert_file: ""
|
||||
key_file: ""
|
||||
tls_port: 5349
|
||||
udp_port: 443
|
||||
external_tls: true
|
||||
keys:
|
||||
devkey: "insert_livekit_secret"
|
||||
room:
|
||||
auto_create: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue