I have implemented the Click to Call functionality in my web application. The flow goes like this
Customer Req Call -> Twilio Call Customer -> Twilio Call Agent -> Both are connected
.
Are the calls in the above mentioned scenario are made using VoIP?. If not, how to implement the same using twilio Voice SDK and make VoIP Calls instead of using traditional telephony lines.
Twilio documents mentions the twilio supports VoIP on browser, iOS and Android platforms. Does that mean I can make use of twilio voice SDK to make VoIP calls only between browser, iOS and Android devices?
Or I can initiate a call from browser to the actual person number as well?