This message was deleted.
# helpdesk
s
This message was deleted.
f
r
Thanks I will report back if it works
@faint-army-19363 @able-gigabyte-21598: Hi guys I gave the following values to be used by the livekit helm chart livekit: rtc: use_external_ip: true redis: address: redis-master:6379 keys: -------: ------- turn: enabled: true domain: --.dialogloop.com tls_port: 3478 secretName: dialogloop # external_tls: true events: urls: - https://---.dialogloop.com/livekit_webhook - https://---.dialogloop.com/livekit_webhook
With the aim to get webhook events from livekit
However this doesn’t seem to work. I receive no webhook events
Is the webhook events configuration supported by the livekit helm chart?
a
Copy code
webhook:
  # the API key to use in order to sign the message
  # this must match one of the keys LiveKit is configured with
  api_key: <api_key>
  # list of URLs to be notified of room events
  urls:
    - <https://your-host.com/handler>
looks like you have the wrong keys
r
Ok let me try that
Thanks 🙏
@able-gigabyte-21598: I tried updating the livekit-values still no webhook callback. Just wondering which yaml your showing me because I don’t see it mentioned here - https://github.com/livekit/livekit-helm/blob/master/livekit-server/values.yaml
a
in config-sample that Ashan linked above
f
@rhythmic-artist-19739 just define the webhook keys as @able-gigabyte-21598 said in your helm > values.yaml or override.yaml files and it should bind. After helm upgrade , please check the k8s > ConfigMap > livekit-server
r
@able-gigabyte-21598 @faint-army-19363 : seems problem was api-key should be api_key 😅
Working now thanks 🙏