MediaStreamErrorEvent object

Fired when an error occurs.

Syntax


applyConstraints (constraints, successCallback, errorCallback);
function errorCallback(error){
   // handler MediaStreamErrorEvent error
}         
   

DOM Information

Inheritance Hierarchy

 event
   MediaStreamErrorEvent

Members

The MediaStreamErrorEvent object has these types of members:

Properties

The MediaStreamErrorEvent object has these properties.

PropertyAccess typeDescription

error

Read-only

The MediaStreamError describing the error that triggered the event.

 

 

 

Show: