I’m looking for a protocol/API to implement a video chat application. In this app, the clients connect to a server and when two clients start chat, they don’t send/receive data to/from server! Actually I want the clients connect to each other straightly. I want this on iPhone and Android.
I’ve searched, and found XMPP protocol, but I’m not sure it let p2p connection.
Anyway, is it possible?
I’m looking for a protocol/API to implement a video chat application. In this app,
Share
you can work for the XMPP Protocol which is specially made for chatting purpose.
That helped me a lot in my work. They might have an android version out now.