You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
navigator.microphone(function(on){if(on){// now you can use the Cordova media plugin to record}else{// instruct how to enable your app's access to the microphone}});