tags:

views:

308

answers:

2

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?

+3  A: 

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.

marcc
Thanks. Lame. :(
xanadont
+1  A: 

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

Mark Bessey