files/en-us/web/api/overconstrainederror/index.md
{{APIRef("Media Capture and Streams")}}
The OverconstrainedError interface of the Media Capture and Streams API indicates that the set of desired capabilities for the current {{domxref('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.
{{InheritanceDiagram}}
OverconstrainedError object.Also inherits properties from its parent interface, {{domxref('DOMException')}}.
Also inherits methods from its parent interface, {{domxref('DOMException')}}.
{{Specifications}}
{{Compat}}