OverconstrainedError
The OverconstrainedError
interface of the Media Capture and Streams API indicates that the set of desired capabilities for the current MediaStreamTrack
cannot currently be met. When this event is thrown on a MediaStreamTrack, it is muted until either the current constraints can be established or until satisfiable constraints are applied.
Constructor
OverconstrainedError()
-
Creates a new
OverconstrainedError
object.
Instance properties
Also inherits properties from its parent interface, DOMException
.
OverconstrainedError.constraint
Read only-
Returns the constraint that was supplied in the constructor, meaning the constraint that was not satisfied.
Instance methods
Also inherits methods from its parent interface, DOMException
.
Specifications
Specification |
---|
Media Capture and Streams # overconstrainederror-interface |
Browser compatibility
BCD tables only load in the browser