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

    Interface SocketIngressAgent

    Agent metadata to associate with an ingest session.

    interface SocketIngressAgent {
        id: string;
        metadata?: Record<string, unknown>;
        type?: string;
    }
    Index
    id: string
    metadata?: Record<string, unknown>
    type?: string