Open
Description
Is there any method to show the player UI (seekbar with play buttons) ?
I have initiated a kaltura player
kalturaPlayer.loadMedia({entryId: this.entryId});
and would like to display the UI whenever there is a manual programmatic seek such as
kalturaPlayer.currentTime = this.seek
could be followed by something like this to display the UI and show to the user the time and progress bar
kalturaPlayer.ui.updatePlayerHover(true)
But of course in the docs such method does not exists,
perhaps some other undocumented way of achieving the same effect?
Metadata
Assignees
Labels
No labels