🔧(compose) configure LiveKit webhooks in the local Docker Compose stack
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.
This commit is contained in:
committed by
aleb_the_flash
parent
bb64532cff
commit
fd894eb61f
@@ -3,3 +3,8 @@ redis:
|
||||
address: redis:6379
|
||||
keys:
|
||||
devkey: secret
|
||||
|
||||
webhook:
|
||||
api_key: devkey
|
||||
urls:
|
||||
- http://app-dev:8000/api/v1.0/rooms/webhooks-livekit/
|
||||
|
||||
Reference in New Issue
Block a user