Ionic, Twilio, and Accessing the Microphone

I’m building an iOS/Android app with Ionic. One of the main features of the app is to have users call other features. In my case I do not want to use the default phone apps that exist on iOS/Android. Instead I want to use Twilio to make those calls. I assume I will have to use Twilio’s Javascript library for this. Is it possible for Ionic to access the microphone for a phone call for use in an API like Twilio?

I am also need help with this. Let me know how it goes!

Unfortunaly as of android 4.4 webviews don’t support WebRTC. So you can’t directly use the twilio javascript library.

I have been able though to successfully implement receiving and sending calls with the help of following plugin.


(Just follow the instructions given on the page)