user3379651
user3379651

Reputation: 77

Browser to mobile calling directly in javascript

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

Answers (1)

bwest
bwest

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

Related Questions