Making calls via internet in android

大憨熊 提交于 2019-12-23 05:11:11

问题


What are the available API or existing technologies on android that can help one make call using the internet, more like VOIP. I checked out documentation online including this . Kinda confused where to start. Can anyone help with a better guideline ? Thanks.


回答1:


PJSIP is one of the better media libraries available on Android. you may want to google the pro and cons of this vs the native android SIP Api and based on your project pick one over the other.

There are a few others, but PJSIP is one comprehensive solution.




回答2:


There are plenty of support for VOIP on android. You can try the following options

  1. For Android 2.3 or higher you can use inbuilt SIP stack Documentation here
  2. PJSIP (example implementation Project for Android is CSIPsimple)
  3. MJSIP (example implementation Project for Android is Sip Droid)
  4. Doubango (example implementation Project for Android is IMSDroid)
  5. Linphone

I have used almost all of the above and they all are good and do the intended.

There are plenty of Paid SDK in market too which promise to do the job for you.



来源:https://stackoverflow.com/questions/26880353/making-calls-via-internet-in-android

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