The recording Cordova plugin works like API

I read this topic Record audio, compress / convert and upload

I want to do the same things that are recording and encoding.

But the media-capture plugin isn’t good enough to me. Because:

  • has to show native recording UI
  • has to start and stop recording manually
  • has to submit recording manually

I want:

  • works like API but UI
  • can be fully controlled by the JS

I’m a beginner with Ionic and Cordova. I want to know has any plugin for my task? If not, is it possible to create it?

1 Like