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

旧街凉风 提交于 2019-12-18 01:17:12

问题


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.


回答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.




回答2:


You can use Quickblox for android thay are handling video chat

http://quickblox.com/



来源:https://stackoverflow.com/questions/7189401/how-to-do-voice-video-chat-in-android-using-smack-apis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!