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

    Interface RoomWebhook

    Room-level webhook subscription supplied on room creation.

    interface RoomWebhook {
        endPoint: string;
        events: string[];
    }
    Index
    endPoint: string

    HTTPS endpoint (≤512 chars).

    events: string[]

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