Home > OS >  Mic,Audio permission in cordova
Mic,Audio permission in cordova

Time:01-01

I have a cordova project use mic and audio. When I use:

cordova build android

But when i run in my phone it is doesn't work! Thanks for help!

CodePudding user response:

I think adding 'cordova-plugin-media-capture' will solve your problem!

Please read the documentation here : Media capture cordova

  • Related