0

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)?

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
BadCodeDeveloper
  • 455
  • 5
  • 24

1 Answers1

0

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

SaumyadipDev
  • 225
  • 2
  • 5