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

    Interface SocketIngress

    A socket-ingest session. Its single-use handle is the ref embedded in wsUrl.

    interface SocketIngress {
        expiresIn: number;
        ref?: string;
        roomId: string;
        wsUrl: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    expiresIn: number

    Seconds until the URL expires (~90).

    ref?: string

    The single-use ref handle parsed from wsUrl.

    roomId: string
    wsUrl: string

    Single-use WebSocket URL (valid ~90s). Connect and stream media/data frames.