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 visible
boolean
True when the UI is shown, false when the UI is hidden
Fires when preset change.
payload parameters:
Name Type Description from
string
Preset name before change to
string
Preset 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 from
number
The playback time before the click to
number
The 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 volume
number
The new volume
Fires when the user selected a caption from the Captions dropdown.
payload parameters:
Name Type Description captionTrack
Object
The 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 audioTrack
Object
The selected audio track
Fires when the user selected quality from the Quality dropdown.
payload parameters:
Name Type Description qualityTrack
Object
The 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 captionsStyle
Object
The selected captions style
Fires when the user selected a certain speed from the Speed dropdown.
payload parameters:
Name Type Description speed
number
The selected speed
Fires when the user initiated seek by dragging the seek bar.
payload parameters:
Name Type Description from
number
The playback time before the seek to
number
The playback time after the seek