NSUserDefault
NSUserDefault

Reputation: 1834

How to make voice chat between two application over internet?

How can the app in two devices can contact to each other through Internet? In my app, I want the option of calling the other user within the app,ie., it should not use the regular calling service through mobile network(like in apps like Viber, Tango).Is there any framework available for both text chat and voice call? Please suggest some framework to achieve the both functionality.

Note:

1.For text chat, my opinion is go with Remote Notification service? Is this the best way to do? please suggest if any other best solutions available.

2.Regarding call service, I don't have any idea.

3.But the thing is, everything should be free.User should needed only internet connection.

Thank you.

Upvotes: 0

Views: 4531

Answers (1)

manujmv
manujmv

Reputation: 6445

  1. Yes. push notifications are the best way. find a nice tutorial here

  2. For voice chat, Twilio Client iOS VoIP SDK

    will be the best choice. It will also support text chatting. You can find docs also here.

  3. Dont worry. Everything is free. enjoy coding

Upvotes: 1

Related Questions