Skip to content

Commit

Permalink
Add CaptureError.CAPTURE_PERMISSION_DENIED to type declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybahr committed Aug 20, 2018
1 parent f3fa6e8 commit eff0128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Expand Up @@ -123,6 +123,7 @@ declare var CaptureError: {
CAPTURE_INVALID_ARGUMENT: number;
CAPTURE_NO_MEDIA_FILES: number;
CAPTURE_NOT_SUPPORTED: number;
CAPTURE_PERMISSION_DENIED: number;
}

/** Encapsulates audio capture configuration options. */
Expand Down

0 comments on commit eff0128

Please sign in to comment.