Voice chat application using Smack API

邮差的信 提交于 2019-12-14 03:59:35

问题


I'm currently developing an IM application in java using the Smack API. I've had no issues coding the simple functionalities such as instant messaging, group chat, and file sharing since there are plenty of online resources regarding the Smack API. I'm running this through an OpenFire server and connecting to a Spark client for testing purposes. All done locally so far. My problem is to do with Jingle, or just getting voice chat established somehow. Are there any resources to help get me started with a Jingle voice chat application, or would it be easier to implement this functionality in an alternatives API? I'm not the best coder in the world and I need a jump start to figure the jingle API out.

来源:https://stackoverflow.com/questions/14342666/voice-chat-application-using-smack-api

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