How to create a whats app like recording button to record audio and save it in internal storage also access it

Please help me create a whats app like recording button to record audio and save it in internal storage after storing get the file location

struggling with a similar but different issue. If I understand you, you are aware of the cordova media capture plugin, but that will launch the native recorder… and that’s not what we want, we want something in-app that never leaves the current screen.

I’m trying using HTML recording API’s and JavaScript (because ionic is basically HTML) but no luck so far. Please let me know if you make any progress.