Interface ImaDaiConfiguration

interface ImaDaiConfiguration {
    hideOverlays: boolean;
    sdkUrl: string;
    skipPlayedAds: boolean;
}

Properties

hideOverlays: boolean

If true, it hides overlays while ads are playing. Defaults to false

sdkUrl: string

The URL of your self-hosted IMA DAI SDK. Defaults to '//imasdk.googleapis.com/js/sdkloader/ima3_dai.js'

skipPlayedAds: boolean

Whether to skip over ads that have already played when seeking. Defaults to true