From fd894eb61f45c2fd43a4ab850322c6f2192e4f7f Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 29 Jan 2026 17:50:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(compose)=20configure=20LiveKit=20w?= =?UTF-8?q?ebhooks=20in=20the=20local=20Docker=20Compose=20stack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- docker/livekit/config/livekit-server.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docker/livekit/config/livekit-server.yaml b/docker/livekit/config/livekit-server.yaml index 3de4e707..13c25c6a 100644 --- a/docker/livekit/config/livekit-server.yaml +++ b/docker/livekit/config/livekit-server.yaml @@ -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/