Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdInsertionConfiguration

Hierarchy

  • AdInsertionConfiguration

Index

Properties

Optional adsRenderingDiv

adsRenderingDiv: HTMLDivElement

The div element that will contain the ad(s) media element(s)

enable

enable: boolean

true to enable plugin

Optional filterTriggersBeforeStartTime

filterTriggersBeforeStartTime: undefined | false | true

True to filter and deactivate triggers before stream start time (false by default)
This property can be set in order to avoid replay ads previously viewed in case of stream playback resuming

Optional filterTriggersFn

filterTriggersFn: Function

The callback function to filter triggers

Optional handleClickThrough

handleClickThrough: undefined | false | true

Handle the click through when user click on an add (true by default)

Optional handleMainPlayerPlayback

handleMainPlayerPlayback: undefined | false | true

Handle the main video playback state (true by default)
This property should be set to false in case the platform is not able to handle dual video decoders simultaneously

Optional handleVisiblityChange

handleVisiblityChange: undefined | false | true

true to handle ad(s) playback when tab/document visibility changes (true by default)

Optional openClickThroughUrl

openClickThroughUrl: undefined | false | true

true to open click through ad page when user clicked on the ad, otherwise the event https://oneplayerui.noprod-b.kmt.orange.com/doc/enums/_types_events_.oneplayeruievents.html#ad_clickthrough will be triggered (true by default)

Generated using TypeDoc