From 49b720d9eca443138a55c903ee85969052bb3ddc Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Mon, 8 Jul 2024 13:54:56 +0200 Subject: [PATCH] livekit.yaml: Updated webhook endpoint --- community/livekit.yaml | 2 +- pro/livekit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/livekit.yaml b/community/livekit.yaml index 5fc3d43..9587650 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -29,7 +29,7 @@ keys: webhook: api_key: devkey urls: - - http://host.docker.internal:6080/webhook + - http://host.docker.internal:6080/livekit/webhook - http://default-app:6080/livekit/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp diff --git a/pro/livekit.yaml b/pro/livekit.yaml index 46425d7..55eb8d2 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -54,7 +54,7 @@ webhook: api_key: devkey urls: - http://host.docker.internal:4443/livekit/webhook # For OpenVidu 2 compatibility - - http://host.docker.internal:6080/webhook + - http://host.docker.internal:6080/livekit/webhook - http://default-app:6080/livekit/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp