0

I am writing an APP using Telerik App Builder. I want to have phone APP call functionality among users on APP.

Any idea/hint on how it can be achieved? do we have any API for this? The App will behave like Skype and the users can call each other? Any API/hint on this will be appreciated?

Thanks, Vivek

user1417429
  • 3
  • 1
  • 6

1 Answers1

0

Try using:

<a href="tel:xxx">call me</a>

This will bring up the device's native phone/dialing features (where "xxx" is the number you are calling).

Rob Lauer
  • 3,075
  • 1
  • 32
  • 44
  • Hi Rob, Thanks for reply. Its not like that. We are building app in that we want to have user to user call, we are using SignalR for real time chat, Can we have anything like API which will give me feature to call user as a audio call or video call just like Tango or skype using internet? – user1417429 Oct 14 '14 at 19:02