com.bandpad.cordova.microphone

0.0.1 • Public • Published

Microphone

cordova plugin install com.bandpad.cordova.microphone
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
  }
});

Package Sidebar

Install

npm i com.bandpad.cordova.microphone

Weekly Downloads

8

Version

0.0.1

License

Apache 2.0

Last publish

Collaborators

  • amitgur