THEOplayer Web SDK
    Preparing search index...

    Interface UplynkPingResponse

    Represents an Uplynk Ping response.


    - See Ping API (Version 2).

    interface UplynkPingResponse {
        ads?: UplynkResponseLiveAds;
        currentBreakEnd?: number;
        error?: string;
        extensions?: object[];
        next_time: number;
    }
    Index

    Properties

    The live ad information.

    currentBreakEnd?: number

    Whether UplynkAds.currentAdBreak is ending.


    - False if 0, true otherwise.

    error?: string

    The last error that occurred, if any.

    extensions?: object[]

    List of VAST extensions returned by the ad server.

    next_time: number

    The playback position at which the next ping request must be made, in seconds.


    - Ping requests should stop after receiving -1.