Properties
causes
causes: string[] = ['The user denied the getUserMedia request.','The browser denied the getUserMedia request.',]
code
code: number = 31401
description
description: string = "UserMedia Permission Denied Error"
explanation
explanation: string = "The browser or end-user denied permissions to user media. Therefore we were unable to acquire input audio."
name
name: string = "PermissionDeniedError"
Optional originalError
originalError: undefined | object
solutions
solutions: string[] = ['The user should accept the request next time prompted. If the browser saved the deny, the user should change that permission in their browser.','The user should to verify that the browser has permission to access the microphone at this address.',]
Optional stack
stack: undefined | string
Any further information discovered and passed along at run-time.