@videosdk.live/server-sdk
    Preparing search index...

    Interface RoomWebhookInput

    Webhook subscription for the room's session events.

    interface RoomWebhookInput {
        events: string[];
        url: string;
    }
    Index
    events: string[]

    Event names to subscribe to; wildcard patterns like "session*" are accepted.

    url: string

    HTTPS endpoint that receives room/session events (≤512 chars).