Contains configuration values regarding the ads which should be played back by the player.

interface AdvertisingConfig {
    schedule: AdItem[];
}

Properties

Properties

schedule: AdItem[]

The ad items that are scheduled when a new playback session is started via Player.load().