Prerequisites
Remote Control
Remote control methods allow you to programmatically control the video player, including play, pause, seek, and fullscreen actions.function
Start or resume playback of the video
function
Pause the video playback
function
Jump to a specific time in the video (time in seconds)
function
Toggle fullscreen mode on or off
function
Destroy player instance and attached media element
Events
function
You can attach or remove event listeners on the player instance using
.on(event, callback) or .off(event, callback)string
function
Function called when the event is triggered, receives event data as argument
