The best way to implement a "custom user" VoIP on iOS

I have seen some excellent libraries for implementing VoIP on iOS, but all of them are applicable for making calls to real numbers. All I need is communication between users of my application. Siphon seems like a great option, but you should configure it using a service that 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!

+3
source share
1 answer

It’s not clear what you are asking, but

everything you described is built into the Game Kit , which is part of iOS.

"Game Kit" . ( .) . .

, !

+3

All Articles