We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To allow developers to prevent longer length videos, it would be nice to provide a duration limit similar to the Cordova media capture plugin.
Provide a parameter representing the max number of seconds to allow a video recording to be before the recording is stopped by the device.
Perhaps a way to set a timeout in JavaScript code and forcibly stop the recording from there. That is probably more trouble than a duration parameter.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
Motivation Behind Feature
To allow developers to prevent longer length videos, it would be nice to provide a duration limit similar to the Cordova media capture plugin.
Feature Description
Provide a parameter representing the max number of seconds to allow a video recording to be before the recording is stopped by the device.
Alternatives or Workarounds
Perhaps a way to set a timeout in JavaScript code and forcibly stop the recording from there. That is probably more trouble than a duration parameter.
The text was updated successfully, but these errors were encountered: