For the complete documentation index, see llms.txt. This page is also available as Markdown.

Webhooks

LiveKit webhook

post
/livekit-webhook

Webhook endpoint for LiveKit events. This endpoint receives events from LiveKit when participants join/leave rooms, streaming starts/stops, etc. No authentication required - this is a webhook endpoint.

Body

LiveKit webhook payload (structure depends on webhook type)

Other propertiesanyOptional
Responses
200

Webhook processed successfully

No content

post/livekit-webhook
POST /livekit-webhook HTTP/1.1
Host: comms-gatekeeper.decentraland.org
Content-Type: application/json
Accept: */*
Content-Length: 38

{
  "ANY_ADDITIONAL_PROPERTY": "anything"
}

No content

Last updated