Reputation: 9426
Does anyone have any docs/guides/code samples on implementing an SIP based IP or video connection on the iPhone? I am looking for a place to start, Google is not being friendly on this one.
Upvotes: 0
Views: 576
Reputation: 926
Check out the pjsip library hosted on Google. http://code.google.com/p/pjsip-iphone-audio-driver/
It's a stable, well-tested framework, used in production. Voalté generously donated the framework back into the OSS community. Robbie Hanson leads the project.
Upvotes: 2