
resumeįired when media recording resumes after being paused. pauseįired when media recording is paused. The received event is based on the MediaRecorderErrorEvent interface, whose error property contains a DOMException that describes the actual error that occurred. errorįired when there are fatal errors that stop recording. The event, of type BlobEvent, contains the recorded media in its data property.


dataavailableįires periodically each time timeslice milliseconds of media have been recorded (or when the entire media has been recorded, if timeslice wasn't specified).

Listen to these events using addEventListener() or by assigning an event listener to the oneventname property of this interface.
