Skip to content

Commit

Permalink
fix(FEC-12952): Image and Youbora integration (#108)
Browse files Browse the repository at this point in the history
Add 'image' media type to Youbora Analytics

solves: FEC-12952

related prs:
kaltura/playkit-js-image-player#5
kaltura/playkit-js#702
  • Loading branch information
JonathanTGold committed Feb 19, 2023
1 parent 49d347c commit a39b920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapter/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ let YouboraAdapter = youbora.Adapter.extend({

/** @returns {void} - Listener for 'load_start' event. */
loadListener: function () {
this.plugin.options['content.playbackType'] = MediaType.IMAGE;
if (this.player.config.playback.preload !== 'auto') {
this.playListener();
}
Expand Down

0 comments on commit a39b920

Please sign in to comment.