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