cordova-plugin-microphone
v0.0.1
Published
Cordova iOS Microphone Record Permission
Maintainers
Readme
Microphone
cordova plugin install com.bandpad.cordova.microphonenavigator.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
}
});