From 5f1338dd78b4b9597c15ac187dce03e516977a5f Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 16 Apr 2020 15:44:11 +0000 Subject: [PATCH] fix(osx): Add camera and microphone usage description. NSCameraUsageDescription and NSMicrophoneUsageDescription are needed on newer macOS versions (10.14+) to get access to camera/microphone. This text is shown to the user when they need to press the "allow" button. --- osx/info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/osx/info.plist b/osx/info.plist index e91fedaba..eb3f7ac69 100644 --- a/osx/info.plist +++ b/osx/info.plist @@ -87,6 +87,10 @@ 1.16.3 NSPrincipalClass NSApplication + NSCameraUsageDescription + $(PRODUCT_NAME) needs access to the camera for video calls. + NSMicrophoneUsageDescription + $(PRODUCT_NAME) needs access to the microphone for audio calls. UTImportedTypeDeclarations