Reputation: 77
Is there any way that i can develop an app to support audio calling, instant message and voice calling from browser to any mobile/PSTN number directly using javascript?
Upvotes: 1
Views: 486
Reputation: 9814
Yes, you can do this with Twilio Client. Find the "Twilio Client" section on the right-hand side of the how-to docs to see example use cases.
Especially take a look at the soft phone example.
Upvotes: 2