Skip to main content

MediaDeviceFailure

Beta

An enum of failure events for media device

Enumeration Members

Enumeration MemberValueDescription
AbortError"AbortError"Beta some problem (not user or permissions) occurred which prevented the device from being used.
AudioAndVideoDeviceNotFoundError"AudioAndVideoDeviceNotFoundError"Beta Custom error for when selected audio and video device is not found
AudioInputDeviceNotFoundError"AudioInputDeviceNotFoundError"Beta Custom error for selected audio device not found
MissingConstraintsError"MissingConstraintsError"Beta Custom missing constraints error
NotAllowedError"NotAllowedError"Beta user has blocked access
NotFoundError"NotFoundError"Beta the media tracks doesn't match the constraints
NotReadableError"NotReadableError"Beta hardware failure after user granted access
NotSupportedError"NotSupportedError"Beta action or function is not supported by the current platform
OverconstrainedError"OverconstrainedError"Beta no devices met the criteria for the constraints
PermissionDeniedError"PermissionDeniedError"Beta user has blocked access old chrome
SecurityError"SecurityError"Beta User media support disabled by agent
StreamTrackNotFound"StreamTrackNotFound"Beta Canvas capture is not supported
TrackStartError"TrackStartError"Beta when hardware in use old chrome win os
TypeError"TypeError"Beta GetUserMedia invalid constraints error
VideoInputDeviceNotFoundError"VideoInputDeviceNotFoundError"Beta Custom error for selected video device not found