MediaStreamError object

The interface which all errors in the Media Stream APIs implement.

DOM Information

Inheritance Hierarchy

 MediaStreamError
   MediaStreamError

Members

The MediaStreamError object has these types of members:

Properties

The MediaStreamError object has these properties.

PropertyAccess typeDescription

constraintName

Read-only

The name of the constraint that caused the error.

message

Read-only

Additional human-readable information provided by the browser about the error.

name

Read-only

The name of the error.

 

See also

MediaStreamError

 

 

Show: