Open swarupbc opened 1 year ago
My (limited) understanding of iOS is that you should make sure that you don't have NSCameraUsageDescription defined in your Info.plist file. How are you requesting permissions on the Flutter side, in the same way as this sample using https://pub.dev/packages/permission_handler ?
I’m not asking for any permission on Flutter side, and if I remove NSCameraUsageDescription then the app crushes.
Please provide the crash log
Hi, In our app, we are using the audio only mode, not using the video streaming. It's working fine in Android, but in iOS it's asking for camera permission. can you please help me to find the code where camera permission is called for iOS, so I can modify and fix the issue. @devwithzachary