Webhooks
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
400
Invalid webhook payload
application/json
500
Internal server error
application/json
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