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

    Interface CreateSocketIngressOptions

    interface CreateSocketIngressOptions {
        agent?: SocketIngressAgent;
        metadata?: Record<string, unknown>;
        name?: string;
        participantId?: string;
        region?: string;
    }
    Index
    metadata?: Record<string, unknown>
    name?: string

    Display name for the participant. Defaults to "Socket Participant".

    participantId?: string

    Participant id for the streamed-in participant. Auto-generated if omitted.

    region?: string

    The region in which to run the ingest session.