livekit añadido
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# LiveKit configuration example for Element Call.
|
||||
# Copy this file to configs/livekit/livekit.yaml and replace the placeholder
|
||||
# values before starting the stack.
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- "0.0.0.0"
|
||||
log_level: info
|
||||
region: "us-east-1"
|
||||
|
||||
rtc:
|
||||
tcp_port: 7881
|
||||
port_range_start: 50000
|
||||
port_range_end: 50200
|
||||
use_external_ip: true
|
||||
force_tcp: false
|
||||
|
||||
# Optional TURN forwarding. Enable only if you already operate a TURN server.
|
||||
turn:
|
||||
enabled: false
|
||||
domain: ""
|
||||
cert_file: ""
|
||||
key_file: ""
|
||||
tls_port: 5349
|
||||
udp_port: 443
|
||||
external_tls: true
|
||||
|
||||
# The keys map controls which API key/secret pairs are valid.
|
||||
# Generate your own pair with: openssl rand -hex 32
|
||||
# Secrets must be at least 32 characters long.
|
||||
keys:
|
||||
LIVEKIT_API_KEY_PLACEHOLDER: LIVEKIT_API_SECRET_PLACEHOLDER
|
||||
|
||||
room:
|
||||
auto_create: false
|
||||
Reference in New Issue
Block a user