Search code examples
iphoneiosipadp2pvoip

Best way to implement "user to user" VoIP on iOS


I have seen some great libraries to implement VoIP on iOS but they all apply for making calls to actual numbers. All I need is communication between users of my app. Siphon seems like a great option but you have to configure it with a service which allows you to make calls. All I need is communication between my users, maybe there is a better way to do this.

Any advice is appreciated!


Solution

  • It's not entirely clear what you're asking, but,

    all of what you describe is built in to Game Kit which is part of iOS.

    You can use "Game Kit" for any sort of networking. (It does not have to be a game.) And person-to-person voice chat is completely built in. It's two or three lines of code.

    Hope it helps!