breautek commented on issue #210:
URL: 
https://github.com/apache/cordova-plugin-media-capture/issues/210#issuecomment-2517653187

   We are going to be taking the camera plugin approach. We won't provide an 
option of where the media should be stored. But the the media will be stored in 
a temporary location, and then the `cordova-plugin-file` APIs can be used to 
move it wherever.
   
   Alternatively you can use a third-party plugin for file sharing/transfering 
assuming that plugin accepts file and/or content URIs.
   
   > For some apps, it is undesirable to have captured media visible in the 
user's standard photo/video viewing app (or any other app, for that matter). In 
these cases, the app's captured media should be isolated to the app (i.e. the 
captured media should be stored somewhere that's not visible to other apps).
   
   This is something we cannot guarantee. Currently images uses `EXTRA_OUTPUT` 
parameter, and we plan to expand that to video and audio as well in 6.0, and we 
will be using the app's private cache directory. Most applications that handles 
audio and video recording will respond to `EXTRA_OUTPUT` and exclusively store 
the media file at the provided location. However some applications may still 
store a copy into the user's gallery in addition to the `EXTRA_OUTPUT` 
location. This will vary by the underlying application handling the intent. 
Applications that saves a copy usually has a setting that the user can 
configure.


-- 
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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to