You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/08/02 11:36:02 UTC

[GitHub] [cordova-plugin-media-capture] breautek commented on issue #253: Are there any VideoCapture Started and VideoCaptureStopped events to subscribe?

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

   > Are there any VideoCaptureSarted l / VideoCaptureStopped listeners to subscribe so i can call my external API for some extra data?
   
   There is no started / stopped events. There is are success / error callbacks, when is called when a video capture was a success, or if a video capture encountered an error.
   
   See the [docs](https://github.com/apache/cordova-plugin-media-capture#capturecapturevideo) for examples.
   
   > Also is there an option to remove retake button on IOS?
   
   No. Cordova doesn't expose any such option. I don't know if any such option exists at the native layer, but as Cordova delegates recording activities to the OS recording app, control over the recording UI is usually pretty limited and will depend on the underlying device's available recording app.
   
   Someone on our [Slack](https://join.slack.com/t/cordova/shared_invite/zt-z70vy6tx-7VNulesO0Qz0Od9QV4tc1Q) (Use this link instead of the one slack.cordova.io link) might be more knowledgeable than I am on this though, if you're willing to fork and make the native adjustments.
   
   Closing because Apache uses GitHub Issues to track issues. If you have further questions, please use the above Slack link to ask our community.


-- 
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-unsubscribe@cordova.apache.org

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


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