Options
Menu

Class PermissionDeniedError

Hierarchy

Index

Constructors

constructor

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."

message

message: string

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

name

name: string = "PermissionDeniedError"

Optional originalError

originalError: undefined | object

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

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

Generated using TypeDoc