Get Play/Stop Event #7488
Unanswered
jb-alvarado
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can listen to clicks on the button itself, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we track the play and stop event from video.js with
player.on('play|pause', () => {...}
. But the problem is, that the player also register this both events when a user clicks on the timeline.Is there a event handler which only trigger on clicking the play/stop button?
Beta Was this translation helpful? Give feedback.
All reactions