Options
Menu

Class AcquisitionFailedError

Hierarchy

Index

Constructors

constructor

Properties

causes

causes: string[] = ['NotFoundError - The deviceID specified was not found.','The getUserMedia constraints were overconstrained and no devices matched.',]

code

code: number = 31402

description

description: string = "UserMedia Acquisition Failed Error"

explanation

explanation: string = "The browser and end-user allowed permissions, however getting the media failed. Usually this is due to bad constraints, but can sometimes fail due to browser, OS or hardware issues."

message

message: string

Any further information discovered and passed along at run-time.

name

name: string = "AcquisitionFailedError"

Optional originalError

originalError: undefined | object

The original error object received from the external system, if any.

solutions

solutions: string[] = ['Ensure the deviceID being specified exists.','Try acquiring media with fewer constraints.',]

Optional stack

stack: undefined | string

Generated using TypeDoc