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
2009-08-10 18:13:35
Thanks. Lame. :(
xanadont
2009-08-10 18:29:02
+1
A:
No, there's no access to the calling features of the phone in the current SDK.
Mark Bessey
2009-08-10 18:14:05