From d1d124f99bacfd1a57381007cbf12434dad7061e Mon Sep 17 00:00:00 2001 From: cruizba Date: Thu, 30 May 2024 15:06:28 +0200 Subject: [PATCH] Add default-app webhook --- community/livekit.yaml | 1 + pro/livekit.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/community/livekit.yaml b/community/livekit.yaml index 58973a7..6171113 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -30,6 +30,7 @@ webhook: api_key: devkey urls: - http://host.docker.internal:6080/webhook + - http://default-app:6080/call/api/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp whip_base_url: http://localhost:8085/whip diff --git a/pro/livekit.yaml b/pro/livekit.yaml index 78532cf..79785a0 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -31,6 +31,7 @@ webhook: urls: - http://host.docker.internal:4443/livekit/webhook # For OpenVidu 2 compatibility - http://host.docker.internal:6080/webhook + - http://default-app:6080/call/api/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp whip_base_url: http://localhost:8085/whip