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."
name
name: string = "AcquisitionFailedError"
Optional originalError
originalError: undefined | object
solutions
solutions: string[] = ['Ensure the deviceID being specified exists.','Try acquiring media with fewer constraints.',]
Optional stack
stack: undefined | string
Any further information discovered and passed along at run-time.