xanadont
xanadont

Reputation: 7614

iPhone phone call audio stream

Does the iPhone SDK allow you to hook into a phone call's audio stream? For instance, could you programatically place a call and send data to a receiving modem? If so, would you kindly point me to the API documentation?

Upvotes: 2

Views: 1144

Answers (2)

Mark Bessey
Mark Bessey

Reputation: 19782

No, there's no access to the calling features of the phone in the current SDK.

Upvotes: 1

marcc
marcc

Reputation: 12409

No, it does not. Sorry. You can't even programmatically place a call using the SDK, only open a tel://5551212 link which will end your program.

Upvotes: 4

Related Questions