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

    Interface BatchCallWebhookConfig

    interface BatchCallWebhookConfig {
        endpoint: string;
        events?: BatchCallWebhookEvent[];
    }
    Index
    endpoint: string