Fixed openvidu-livekit webhoook endpoint for openvidu-v2compatibility

This commit is contained in:
Carlos Santos 2024-04-26 10:18:51 +02:00
parent e6078a7e8f
commit b444f46a5a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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