Interface VerizonMediaConfiguration

Describes the configuration of the Verizon Media integration.

interface VerizonMediaConfiguration {
    defaultSkipOffset?: number;
    onSeekOverAd?: SkippedAdStrategy;
    ui?: VerizonMediaUiConfiguration;
}

Properties

defaultSkipOffset?: number

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

Remarks

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.

Default Value

-1

onSeekOverAd?: SkippedAdStrategy

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

Default Value

'play-none'.

The Verizon Media UI configuration.

Remarks

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