✨(backend) activate LiveKit webhook event notifications
Enable LiveKit webhook feature to notify backend when events occur in rooms. Configure LiveKit to call our endpoint whenever events are triggered, providing real-time updates on room activities. Refer to LiveKit documentation or LiveKitWebhookEventType enum for complete list of available events. This commit is not functionnal, LiveKit fails verifying our backend's certificate. It will be fixed in the upcoming commits.
This commit is contained in:
committed by
aleb_the_flash
parent
11c2c2dea8
commit
50719e8c25
@@ -18,6 +18,11 @@ livekit:
|
||||
domain: livekit.127.0.0.1.nip.io
|
||||
loadBalancerAnnotations: {}
|
||||
|
||||
webhook:
|
||||
api_key:
|
||||
urls:
|
||||
- https://meet.127.0.0.1.nip.io/api/v1.0/rooms/webhooks-livekit/
|
||||
|
||||
|
||||
loadBalancer:
|
||||
type: nginx
|
||||
|
||||
@@ -2,6 +2,8 @@ djangoSecretKey: u!vbjDW71aru&OZA%NZQi0x
|
||||
livekit:
|
||||
keys:
|
||||
devkey: secret
|
||||
webhook:
|
||||
api_key: devkey
|
||||
livekitApi:
|
||||
key: devkey
|
||||
secret: secret
|
||||
|
||||
@@ -18,6 +18,10 @@ livekit:
|
||||
domain: livekit.127.0.0.1.nip.io
|
||||
loadBalancerAnnotations: {}
|
||||
|
||||
webhook:
|
||||
api_key:
|
||||
urls:
|
||||
- https://meet.127.0.0.1.nip.io/api/v1.0/rooms/webhooks-livekit/
|
||||
|
||||
loadBalancer:
|
||||
type: nginx
|
||||
|
||||
@@ -2,6 +2,8 @@ djangoSecretKey: u!vbjDW71aru&OZA%NZQi0x
|
||||
livekit:
|
||||
keys:
|
||||
devkey: secret
|
||||
webhook:
|
||||
api_key: devkey
|
||||
livekitApi:
|
||||
key: devkey
|
||||
secret: secret
|
||||
|
||||
Reference in New Issue
Block a user