erisu commented on code in PR #214: URL: https://github.com/apache/cordova-plugin-media-capture/pull/214#discussion_r1269399126
########## README.md: ########## @@ -365,12 +365,15 @@ capturing a video clip, the `CaptureErrorCB` callback executes with a - The __limit__ property is ignored. Only one video is recorded per invocation. +- iOS supports an additional __quality__ property, to allow capturing video at different qualities. A value of `0.5` ( the default ) means medium quality, value of `1` means high quality and value of `0` means low quality. Review Comment: Change here as well to say default is `1` to match with Android. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
