chriskhongqarma edited a comment on pull request #215:
URL:
https://github.com/apache/cordova-plugin-media-capture/pull/215#issuecomment-827026885
As I explained in this PR,
`Since the Storage updates in Android 11, it would be impossible for app to
get access to files (image, audio, video) saved into MediaStore external
storage, as how it is implemented now.`.
I suggested a solution with this PR and have been waiting for it to be
merged. You can pull the code from this PR and try to see if it works. The file
recorded should be saved into a path like this:
`file:///data/user/0/{applicationID}/cache/VID_20210420130001621.avi`
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]