Skip to content

Trigger _updatePlayerHover method to show UI #646

Open
@dseeker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions