Skip to content

Commit fd894eb

Browse files
committed
šŸ”§(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.
1 parent bb64532 commit fd894eb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ā€Ždocker/livekit/config/livekit-server.yamlā€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ redis:
33
address: redis:6379
44
keys:
55
devkey: secret
6+
7+
webhook:
8+
api_key: devkey
9+
urls:
10+
- http://app-dev:8000/api/v1.0/rooms/webhooks-livekit/

0 commit comments

Comments
Ā (0)
⚔