THEOplayer Web SDK
    Preparing search index...

    Interface UplynkPreplayBaseResponse

    Represents an Uplynk Preplay base response.

    interface UplynkPreplayBaseResponse {
        drm?: UplynkResponseDrm;
        playURL: string;
        prefix: string;
        sid: string;
        type: UplynkPreplayResponseType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The content protection information.


    - Currently, this only contains the Fairplay certificate URL.
    - Widevine will default to 'https://content.uplynk.com/wv'.
    - Playready will default to 'https://content.uplynk.com/pr'.

    playURL: string

    The manifest's URL.

    prefix: string

    The zone prefix for the viewer's session.


    - Use this prefix when submitting playback or API requests for this session.

    sid: string

    The identifier of the viewer's session.

    The response type of the request.