Fires on any user interaction with the UI.
Fires when the UI visibility state changes from visible to hidden or from hidden to visible.
payload parameters:
Name Type Description visiblebooleanTrue when the UI is shown, false when the UI is hidden
Fires when preset change.
payload parameters:
Name Type Description fromstringPreset name before change tostringPreset name after change
Fires when the gui resize.
payload parameters:
Name Type Description
Fires when the player resize.
payload parameters:
Name Type Description
Fires when the video resize.
payload parameters:
Name Type Description
Fires when the user initiated play by the UI.
It will fires neither by clicking the play button or by clicking the video area.
Fires when the user initiated pause by the UI.
It will fires neither by clicking the pause button or by clicking the video area.
Fires when the rewind button has been clicked by the user.
payload parameters:
Name Type Description fromnumberThe playback time before the click tonumberThe playback time after the click
Fires when the live tag button has been clicked by the user.
Fires when the user clicked the volume button and changed his state to mute.
Fires when the user clicked the volume button and changed his state to unmute.
Fires when the user dragged the volume bar and changed its value.
payload parameters:
Name Type Description volumenumberThe new volume
Fires when the user selected a caption from the Captions dropdown.
payload parameters:
Name Type Description captionTrackObjectThe selected caption track
Fires when the user showed the captions by the CC button.
Fires when the user hid the captions by the CC button.
Fires when the user selected an audio track from the Audio dropdown.
payload parameters:
Name Type Description audioTrackObjectThe selected audio track
Fires when the user selected quality from the Quality dropdown.
payload parameters:
Name Type Description qualityTrackObjectThe selected quality track
Fires when the UI is entered to full screen mode due to user gesture.
This can be done neither by clicking the full screen button or by double clicking the video area.
Fires when the UI is exited from full screen mode due to user gesture.
This can be done neither by clicking the full screen button or by double clicking the video area.
Fires when the user selected a captions style from the Advanced Captions Settings menu.
payload parameters:
Name Type Description captionsStyleObjectThe selected captions style
Fires when the user selected a certain speed from the Speed dropdown.
payload parameters:
Name Type Description speednumberThe selected speed
Fires when the user initiated seek by dragging the seek bar.
payload parameters:
Name Type Description fromnumberThe playback time before the seek tonumberThe playback time after the seek