Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to implement video chat in iphone

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

like image 530
Naveed Rafi Avatar asked Jun 01 '11 19:06

Naveed Rafi


1 Answers

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

like image 197
gabriel-laet Avatar answered Oct 03 '22 08:10

gabriel-laet