how to implement video chat in iphone

Naveed Rafi picture Naveed Rafi · Jun 1, 2011 · Viewed 7.7k times · Source

Can anyone please tell me the way to do video chat in iphone? I tried to search it on many website but in vain.

I found this link: http://code.google.com/p/xmppframework/wiki/iPhone

I am not sure if this works for the video chat too?

Thanks, Naveed

Answer

gabriel-laet picture gabriel-laet · Jul 15, 2011

I don't have experience with XMPP, but I think you would have to add your own video solution on top of it. This is definitely not a straightforward task to accomplish - but this might be useful for you:

1) http://code.google.com/p/idoubs/ - open-source 3GPP IMS client for iOS 2) http://labs.adobe.com/technologies/cirrus/ - RTMFP protocol - works on iOS when compiled with Adobe AIR 2.6

Best,

-Gabriel