Skip to content

v4.3.0

Compare
Choose a tag to compare
@kaltura-fe-ci kaltura-fe-ci released this 04 Nov 08:26

Changes from v4.2.0

Plugin Playkit Support

v4.3.0

New Features

  • FEM-2677 | Add IMA companion ad support

    Now Apps can add companion ad view and it's dimensions to IMA config and the IMA plugin will display it as long the video is displayed and will remove if in next media if there is no ad for it or no companion ad defined in the adtag.
    The app is responsible to manage this slot viability.
    Note that the width and .height are values that should be defined in the adtag url in the companion ads section

Example
 new IMAConfig().setAdTagUrl(adTagUrl).
         setCompanionAdConfig(companionAdSlot, 728, 90);

Bug Fixes

  • FEM-2690 | Added SKIPPABLE_STATE_CHANGED event in Ads event map
gradle
  • implementation 'com.kaltura.playkit:imaplugin:4.3.0'