Skip to content

v4.23.0

Compare
Choose a tag to compare
@kaltura-fe-ci kaltura-fe-ci released this 27 May 12:08

Changes from v4.22.0

Plugin Playkit Support

v4.23.0

Bug Fixes

  • FEC-12012 | Playrate was being sent with the complete double values. Now rounded off to send 1 decimal place value. (#92)
    Example: 1.65863218128391283f playrate will be reported as 1.7f and 1.60863218128391283f will be reported as 1.6f.

  • FEC-12058 | If calculated rendition is null then use the previously calculated rendition (#94)

  • FEC-12172 | Null protection for plugin instance (#96)

Gradle

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