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

    Interface DispatchResult

    interface DispatchResult {
        agentId?: string;
        cloud?: unknown;
        jobId?: string;
        roomId?: string;
        status?: string;
        success?: boolean;
        workerId?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    agentId?: string
    cloud?: unknown
    jobId?: string
    roomId?: string
    status?: string
    success?: boolean
    workerId?: string