From 687b9e5efecab495e509ff8f3fa2e2ad5cfd5b32 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 14 May 2024 19:23:04 +0200 Subject: [PATCH] Update webhook config in livekit.yaml --- community/livekit.yaml | 2 +- pro/livekit.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/community/livekit.yaml b/community/livekit.yaml index e3954e7..58973a7 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/webhook + - http://host.docker.internal:6080/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 e3954e7..78532cf 100644 --- a/pro/livekit.yaml +++ b/pro/livekit.yaml @@ -29,7 +29,8 @@ keys: webhook: api_key: devkey urls: - - http://host.docker.internal:4443/livekit/webhook + - http://host.docker.internal:4443/livekit/webhook # For OpenVidu 2 compatibility + - http://host.docker.internal:6080/webhook ingress: rtmp_base_url: rtmp://localhost:1935/rtmp whip_base_url: http://localhost:8085/whip