Capture video on mobile app

I am using to upload videos to my app
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-media-capture/index.html#capturecapturevideo
I am using the app for Android, I set the video quality low
“navigator.device.capture.captureVideo(captureSuccess, captureError, { limit: 1, duration: 10, quality: 0 });”
but on some smrtphones I record the video in high quality.
Anyone have experiences in this topic ?