jschillingApollo commented on issue #816: URL: https://github.com/apache/cordova-plugin-camera/issues/816#issuecomment-1313976472
The [media-capture plugin](https://github.com/apache/cordova-plugin-media-capture#methods) actually supports capturing images, video, and audio each separately and it only prompts for the required permissions when and if the app makes use of one of those methods. In our case we are using it for video and it only prompts for audio and camera permissions when we first open the camera in video mode using the related method. I had looked through the issues for the media-capture plugin and it looks like there have been requests to add better storage options (specifically to temporary app storage, similar to cordova-plugin-camera) but there has been no movement on that for a long time. On that same note, I agree that the media-capture plugin definitely needs to update regarding the change in required permissions but I'm not confident that will happen in the near future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
