From efe1f5b896ae0e8cb18f8307c0f6bbb7176006b2 Mon Sep 17 00:00:00 2001 From: Yurii Dukhovnyi Date: Wed, 18 Dec 2024 19:18:50 +0000 Subject: [PATCH] Add necessary permissions for getting access to cam and mic --- example-app/ios/App/App/Info.plist | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example-app/ios/App/App/Info.plist b/example-app/ios/App/App/Info.plist index be28793..8fd5607 100644 --- a/example-app/ios/App/App/Info.plist +++ b/example-app/ios/App/App/Info.plist @@ -27,6 +27,12 @@ NSAllowsArbitraryLoads YES + NSCameraUsageDescription + This app needs camera for audio/video calls and photo sending + NSMicrophoneUsageDescription + This app needs microphone for audio/video calls and for recording video + NSPhotoLibraryAddUsageDescription + Save attachments UILaunchStoryboardName LaunchScreen UIMainStoryboardFile