MediaRecorderErrorEvent

The MediaRecorderErrorEvent interface represents errors returned by the MediaStream Recording API. It is an Event object that encapsulates a reference to a DOMException describing the error that occurred.

Event MediaRecorderErrorEvent

Properties

Inherits properties from its parent interface, Event.

error Read only

A DOMException containing information about the error that occurred. Read only.

Constructor

MediaStreamRecorderEvent()

Creates and returns a new MediaRecorderErrorEvent event object with the given parameters.

Methods

Inherits methods from its parent interface, Event.

Specifications

Specification
MediaStream Recording
# errorevent-section

Browser compatibility

BCD tables only load in the browser