diff options
author | Imdat Solak <imdat@solak.de> | 2020-04-26 19:44:18 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-30 22:31:56 +0200 |
commit | 1f2889ef0db8ad6bbc2b7e4ebe2d66d7c6f674cf (patch) | |
tree | 02a3d6f831942499f16625b6568d5a10f25bf1e3 | |
parent | 2212eaf506acf09d0a4e0b791714fb22b444e4e4 (diff) |
macOS Catalina Camera/Mirophone Access Request fixed
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 4dea65a..36593e5 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "darkModeSupport": true, "hardenedRuntime": false, "extendInfo": { - "NSCameUsageDescription": "jitsi meet requires access to your camera in order to make video-calls.", - "NSMicrophoneUsageDescription": "jitsi meet requires access to your microphone in order to make calls (audio/video)." + "NSCameraUsageDescription": "Jitsi Meet requires access to your camera in order to make video-calls.", + "NSMicrophoneUsageDescription": "Jitsi Meet requires access to your microphone in order to make calls (audio/video)." } }, "linux": { |