THEOplayer Web SDK
    Preparing search index...

    Interface UplynkConfiguration

    Describes the configuration of the Uplynk integration.

    interface UplynkConfiguration {
        defaultSkipOffset?: number;
        onSeekOverAd?: SkippedAdStrategy;
        ui?: UplynkUiConfiguration;
    }
    Index

    Properties

    defaultSkipOffset?: number

    The offset after which an ad break may be skipped, in seconds.

    If the offset is -1, the ad is unskippable. If the offset is 0, the ad is immediately skippable. Otherwise it must be a positive number indicating the offset.

    -1

    onSeekOverAd?: SkippedAdStrategy

    The ad skip strategy which is used when seeking over ads.

    'play-none'.

    The Uplynk UI configuration.

    Only available with the features 'uplynk' and 'ui'.