blue-account-81612
07/10/2025, 3:53 AMtall-airline-16756
07/10/2025, 3:53 AMtall-airline-16756
07/10/2025, 3:53 AMblue-account-81612
07/10/2025, 3:54 AMtall-airline-16756
07/10/2025, 3:55 AMroom.sid
field in the webhook payload – super straightforward!
Let me show you a quick example of what a room_started
event looks like:
{
"event": "room_started",
"room": {
"sid": "RM_TkVjUvAqgzKz",
"name": "mytestroom",
...
}
}
See that sid
? That's your unique room identifier. And the best part is, this works the same way for room_started
, room_finished
, and other participant-related webhook events. Hope this helps clarify things!
Sources: Webhooks | LiveKit Docs | protobufs/livekit_analytics.proto | src/test/kotlin/io/livekit/server/WebhookReceiverTest.kt