Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to do voice/video chat in android using smack api's [closed]

We are already using jabber smack api for chating in our application.

now we are planing to upgrade my app by adding voice/video chat.

I think its possible by using the jingle jabber smack but i am not getting any api's or sample code in jave for jingle.

can any one please help me on this.

like image 331
Nithi Avatar asked Aug 25 '11 11:08

Nithi


2 Answers

Well, the Beem Project is working on this too. Maybe you find here some hints about jingle implementation in Java and Android.

But providing voice and video calls via XMPP is not so trival. smacks jingle branch is pretty old and I am not sure if the API reflects the current state of the jingle specification. But it was implemented as a Google SoC project. This may a hint of a solid API. You have to try yourself.

like image 134
Flow Avatar answered Nov 09 '22 03:11

Flow


You can use Quickblox for android thay are handling video chat

http://quickblox.com/

like image 20
Babar Sanah Avatar answered Nov 09 '22 02:11

Babar Sanah