You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
i want to create a multiple player controls by one video or a custom controls, i manage to control play pause and stop but how do i control if user did seeking? i tried seeking and seeked but i think i use it wrong, here's how i implement customcontrol
`
so in your component.ts, you can't really call a seek function cause it doesn't exist, but you can set the current time by specifiying or assigning it
i want to create a multiple player controls by one video or a custom controls, i manage to control play pause and stop but how do i control if user did seeking? i tried seeking and seeked but i think i use it wrong, here's how i implement customcontrol
How can i do that?
The text was updated successfully, but these errors were encountered: