18 lines
363 B
YAML
18 lines
363 B
YAML
port: 7880
|
|
rtc:
|
|
tcp_port: 7881
|
|
udp_port: 7882
|
|
use_external_ip: true
|
|
port_range_start: 50000
|
|
port_range_end: 50100
|
|
turn_servers:
|
|
- host: turn.dustin.coffee
|
|
port: 443
|
|
protocol: tls
|
|
username: "${LIVEKIT_API_KEY}"
|
|
credential: "${LIVEKIT_API_SECRET}"
|
|
turn:
|
|
enabled: false
|
|
keys:
|
|
"${LIVEKIT_API_KEY}": "${LIVEKIT_API_SECRET}"
|