Is there any way to filter out the webhook events ...
# ask-ai
b
Is there any way to filter out the webhook events we want to send ?
t
Thanks for reaching out, Harsh. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
LiveKit allows you to filter webhook events to send only the specific ones you want. When configuring your webhooks, you can select from various event types—such as
room_started
,
participant_joined
, and `track_published`—to determine which events trigger notifications. The general process includes: 1. Choosing the specific events you want to receive. 2. Configuring your webhook with your URL and the selected events. 3. Making sure your server handles only the events you subscribed to. This filtering helps reduce unnecessary event traffic and tailor notifications to your application's needs. For detailed setup instructions, you can refer to the LiveKit Webhooks documentation linked in the knowledge base.