Skip to content

amitgur/cordova-plugin-microphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  }
});

Releases

No releases published

Packages

No packages published