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

    Interface WhipIngress

    A WHIP ingest credential. create is a local builder (no network call): POST your SDP offer to url (Content-Type: application/sdp) with Authorization: <token>; the server replies with the SDP answer.

    interface WhipIngress {
        displayName?: string;
        participantId: string;
        roomId: string;
        streamKey: string;
        token: string;
        url: string;
    }
    Index
    displayName?: string
    participantId: string
    roomId: string
    streamKey: string

    Alias for WhipIngress.token; some WHIP tools call this the bearer token or stream key.

    token: string

    Token authorizing the publish. Sensitive — short-lived; don't log.

    url: string

    WHIP endpoint — POST the SDP offer here.