ReadonlyaudioThe audioBitsPerSecond read-only property of the MediaRecorder interface returns the audio encoding bit rate in use.
ReadonlymimeThe mimeType read-only property of the MediaRecorder interface returns the MIME media type that was specified when creating the MediaRecorder object, or, if none was specified, which was chosen by the browser.
ReadonlystateThe state read-only property of the MediaRecorder interface returns the current state of the current MediaRecorder object.
ReadonlystreamThe stream read-only property of the MediaRecorder interface returns the stream that was passed into the MediaRecorder.MediaRecorder constructor when the MediaRecorder was created.
ReadonlyvideoThe videoBitsPerSecond read-only property of the MediaRecorder interface returns the video encoding bit rate in use.
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
The addEventListener() method of the EventTarget interface sets up a function that will be called whenever the specified event is delivered to the target.
Optionaloptions: boolean | AddEventListenerOptionsThe dispatchEvent() method of the EventTarget sends an Event to the object, (synchronously) invoking the affected event listeners in the appropriate order.
Pauses video recording
The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
The removeEventListener() method of the EventTarget interface removes an event listener previously registered with EventTarget.addEventListener() from the target.
Optionaloptions: boolean | EventListenerOptionsThe requestData() method of the MediaRecorder interface is used to raise a MediaRecorder.dataavailable_event event containing a called.
Resumes video recording after a pause
Start video recording
Stops video recording
The recorder video
StaticisThe isTypeSupported() static method of the MediaRecorder interface returns a Boolean which is true if the MIME media type specified is one the user agent should be able to successfully record.
Player output to video
⚠️ The VideoRecorder works only on the platforms which supports MediaRecorder API.