问题
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
- For Android 2.3 or higher you can use inbuilt SIP stack Documentation here
- PJSIP (example implementation Project for Android is CSIPsimple)
- MJSIP (example implementation Project for Android is Sip Droid)
- Doubango (example implementation Project for Android is IMSDroid)
- 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