Update webhook config in livekit.yaml

This commit is contained in:
pabloFuente 2024-05-14 19:23:04 +02:00
parent 2308773361
commit 687b9e5efe
2 changed files with 3 additions and 2 deletions

View File

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

View File

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