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

    Interface CreateNotificationChannelOptions

    interface CreateNotificationChannelOptions {
        config: Record<string, unknown>;
        name?: string;
        type: NotificationChannelType;
    }
    Index
    config: Record<string, unknown>

    Per-type config (webhook endpoint, slack botToken/channelId, email to[], etc.).

    name?: string