From 2212eaf506acf09d0a4e0b791714fb22b444e4e4 Mon Sep 17 00:00:00 2001 From: Imdat Solak Date: Tue, 21 Apr 2020 15:40:09 +0200 Subject: [PATCH] macOS Catalina Fix for Camera/Microphone --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 50efd6b..4dea65a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,12 @@ "mac": { "artifactName": "jitsi-meet.${ext}", "category": "public.app-category.video", - "darkModeSupport": true + "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)." + } }, "linux": { "artifactName": "jitsi-meet-${arch}.${ext}",