Without this configuration, LiveKit does not notify the backend when a recording starts, leaving it stuck in a “starting recording” state. Thanks to @leobouloc for spotting the issue.
11 lines
166 B
YAML
11 lines
166 B
YAML
log_level: debug
|
|
redis:
|
|
address: redis:6379
|
|
keys:
|
|
devkey: secret
|
|
|
|
webhook:
|
|
api_key: devkey
|
|
urls:
|
|
- http://app-dev:8000/api/v1.0/rooms/webhooks-livekit/
|