From b444f46a5a84d6a294a71d031360ca4dfaf93af0 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Fri, 26 Apr 2024 10:18:51 +0200 Subject: [PATCH] Fixed openvidu-livekit webhoook endpoint for openvidu-v2compatibility --- 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 15a434f..e3954e7 100644 --- a/community/livekit.yaml +++ b/community/livekit.yaml @@ -29,7 +29,7 @@ keys: webhook: api_key: devkey urls: - - http://host.docker.internal:4443/livekit + - http://host.docker.internal:4443/livekit/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 15a434f..e3954e7 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -29,7 +29,7 @@ keys: webhook: api_key: devkey urls: - - http://host.docker.internal:4443/livekit + - http://host.docker.internal:4443/livekit/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp whip_base_url: http://localhost:8085/whip