Android SIP Client

时光总嘲笑我的痴心妄想 提交于 2019-12-11 04:45:32

问题


Which is the better way to start the SIP client for android using any external libraries.Since the native inbuilt SIP libraries work only with versions greater than 2.3.1.Looking for the better and easier solution to build the SIP Client for lower versions of android.Could any one help with this...


回答1:


To start implementing software SIP Client, you would need 3rd party SIP implementation stack. Check out this thread for a list of sip implementation stacks.

What to look for:

  • evaluate the features you'll need and the features the sip-stack offers (they differ mainly in the supported codecs for audtio/video and the conference audio/video call support)
  • pay attention of the latest release date of the sip stack implementation. Often "recent release dates" means better support and better features.

You will also see popular opensource software clients that use those SipStacks, which means the sources code is out there and you can see how they incorporate with the sipstacks.




回答2:


I have used IMSDroid which works with WiFi, EDGE and GPRS. But the apk file is around 15-20MB.



来源:https://stackoverflow.com/questions/10042534/android-sip-client

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