Skip to content

Commit

Permalink
Add necessary permissions for getting access to cam and mic
Browse files Browse the repository at this point in the history
  • Loading branch information
dukhovnyi committed Dec 18, 2024
1 parent 82e07f5 commit efe1f5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions example-app/ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<key>NSAllowsArbitraryLoads</key>
<string>YES</string>
</dict>
<key>NSCameraUsageDescription</key>
<string>This app needs camera for audio/video calls and photo sending</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs microphone for audio/video calls and for recording video</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>Save attachments</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit efe1f5b

Please sign in to comment.