VideoRecorderPlayer Events
Description
Available events for adding custom JavaScript to a VideoRecorderPlayer control.
Available Events
- Name
- Description
- onBeforeRecord
Fires when the user clicks the button to start a new video recording. If your code returns false, the recording is aborted.
- onEndRecord
Fires when the user ends recording.
- onFullScreen
Fires when the Video Player is switched to full screen mode.
- onFullScreenExit
Fires when the Video Player is switched out of full screen mode.
- onLoaded
Fires after when a new video has been loaded into the Video Player.
- onPause
Fires when playback is paused.
- onPlay
Fires when playback is started or resumed.
- onTimeUpdate
Fires continuously while the Video Player is playing.
See Also
