Skip to content

v4.9.2

Compare
Choose a tag to compare
@kaltura-fe-ci kaltura-fe-ci released this 16 Sep 09:18

Changes from v4.9.1

Plugin Playkit Support

v4.9.0

Upgrades

  • FEC-10336 | Upgrade to 6.7.14 + add external adAdapterSupport
  • FEC-10491 avoid filling the fast data config with invalid values

This version contains upgrade to Youbora android lib v6.7.14 which has internal fixes for out of memory error.

adAdapterSupport

  • New YouboraAdAdapterConfig was added in addition to the current way we configure youbora plugin
    this class has 2 members:
    private AdAdapter<Object> adAdapter;
    private Bundle optBundle;

so App can proivde it's own ads adapter.

  • New way to config Youbora Plugin option:

pkPluginConfigs.setPluginConfig(YouboraPlugin.factory.name, getYouboraAdapterConfig())

  • Current ways to configure Youbora Plugin:
  1.  val youboraConfigJson = getYouboraConfig()
     pkPluginConfigs.setPluginConfig(YouboraPlugin.factory.name, youboraConfigJson) 
    
  2.  pkPluginConfigs.setPluginConfig(YouboraPlugin.factory.name, getYouboraBundle()) 
    

So actually unless you have to use your own adAdapter provided by Youbora (NPAW) team nothing is changed from your end.

Gradle

  • implementation 'com.kaltura.playkit:youboraplugin:4.9.2