Search code examples
iosphone-callconferencing

iOS How To Make Conference Call?


I'm planning to create a call recording app. Is it possible to make a conference call from my app between user, calling number and VoIP service(witch will record the call)?


Solution

  • With VoIP service, yes it is possible. Using Multipeer Connectivity Framework's NSOutputStream and NSInputStream you will be able to transmit of audio.