I would like to limit the video capture to 30 seconds. At the moment, PhoneGap documentation says about the implementation of iOS:
"The duration parameter is not supported. The recording duration cannot be limited programmatically."
I found this post that seems to provide a solution for a purely objective C implementation:
iPhone: capture video in 5 seconds
The question is this: can it be “easily” connected to the plug-in for telephone calls, or is there any other reason why the phone game was not able to implement this? If you think this can be done - all the information pointing to me in the right direction is greatly appreciated! Thanks:)
source share