You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -158,7 +160,7 @@ Returns `Promise<String>` - Current permission status; can be `authorized`, `den
158
160
Checks the authorization status for microphone access. If the status check returns:
159
161
160
162
*`not determined` - The microphone access authorization will prompt the user to authorize or deny. The Promise is resolved after the user selection with either `authorized` or `denied`.
161
-
*`denied` -T he`Security & Privacy` System Preferences window is opened with the Microphone privacy key highlighted. On open of the `Security & Privacy` window, the Promise is resolved as `denied`.
163
+
*`denied` - The`Security & Privacy` System Preferences window is opened with the Microphone privacy key highlighted. On open of the `Security & Privacy` window, the Promise is resolved as `denied`.
162
164
*`restricted` - The Promise is resolved as `restricted`.
163
165
164
166
Your app must provide an explanation for its use of capture devices using the `NSMicrophoneUsageDescription``Info.plist` key; Calling this method or attempting to start a capture session without a usage description raises an exception.
@@ -175,11 +177,11 @@ Your app must provide an explanation for its use of capture devices using the `N
0 commit comments