Cordova media capture error 20

I am using cordova media capture package https://github.com/apache/cordova-plugin-media-capture

When trying to use:

navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:1});

      

I am getting error: 20 on my IOS simulator. I cannot find anything just. Cordova version 3.4 IOS version 8

Has anyone seen this error before?

Cheers Michael

+3


source to share


1 answer


Error code 20 means i / p is not available. Ex. if you are trying to capture video on iOS simulator.



+4


source







All Articles