I fixed a bug I found (saveVideo did not work on Android SDK < 29, no error message) and added the ability to save media files to the DCIM-Folder.
I requested this enhancement in issue #136 .
I added an optional parameter "toDcim" to saveVideo and saveImage.
It works on Android SDKs greater and lower than 29. Obviously it is ignored on iOS.
We are using this in production for two weeks now and did not have any issues.
At first I did not plan to create a pull request, so I edited the Readme.md.
You have to remove the changes when merging.
I fixed a bug I found (saveVideo did not work on Android SDK < 29, no error message) and added the ability to save media files to the DCIM-Folder. I requested this enhancement in issue #136 . I added an optional parameter "toDcim" to saveVideo and saveImage. It works on Android SDKs greater and lower than 29. Obviously it is ignored on iOS. We are using this in production for two weeks now and did not have any issues.
At first I did not plan to create a pull request, so I edited the Readme.md. You have to remove the changes when merging.