how to implement video chat in iphone

2019-03-29 04:55发布

问题:

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

回答1:

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