22 lines
310 B
YAML
22 lines
310 B
YAML
port: 7880
|
|
|
|
keys:
|
|
'<replace-with-api-key>': '<replace-with-api-secret>'
|
|
|
|
webhook:
|
|
api_key: '<your_livekit_api_key>'
|
|
urls:
|
|
- https://your.domain/api/webhooks/livekit
|
|
|
|
rtc:
|
|
tcp_port: 7881
|
|
|
|
turn:
|
|
enabled: true
|
|
udp_port: 3478
|
|
|
|
room:
|
|
auto_create: true
|
|
max_participants: 100
|
|
empty_timeout: 300
|