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

11,161

Solution 1

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.

Solution 2

You can use Quickblox for android thay are handling video chat

http://quickblox.com/

Share:
11,161

Related videos on Youtube

Nithi
Author by

Nithi

Updated on July 07, 2022

Comments

  • Nithi
    Nithi almost 2 years

    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.