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

    Interface WhepPlayback

    A WHEP playback credential. create is a local builder (no network call): POST your SDP offer to url with Authorization: <token> for the SDP answer.

    interface WhepPlayback {
        participantId: string;
        remotePeerId?: string;
        roomId: string;
        token: string;
        url: string;
    }
    Index
    participantId: string
    remotePeerId?: string

    The remote participant being pulled (when a source was given).

    roomId: string
    token: string

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

    url: string

    WHEP endpoint — POST the SDP offer here.