Bhavikkumar
Bhavikkumar

Reputation: 446

how to integrate VoIP in android application?

I want to make free calling application through net to mobile or land line call using VoIP. I have not much knowledge of VoIP. I get inspiration from using some application like line,Skype,etc. how can I achieve domestic and international call using VoIP in android application. I search lot about but I cannot get direct and easy to understand resource to get this task. so if any one have any idea or resource then most well come to achieve this task of my application.

Upvotes: 0

Views: 2356

Answers (3)

mes
mes

Reputation: 3621

You can use WebRTC,and here are compiling steps Getting Started, there is an working example project, WebRTCDemo for Android, where you can check how it's working. I used it in the real program, not just googled and answered, and it works perfectly well, also has STUN, TURN support.

Upvotes: 1

mIK
mIK

Reputation: 21

You can look at CSipSimple source code

Upvotes: 0

vkm
vkm

Reputation: 548

You may use the Android SIP API to implement VoIP : http://developer.android.com/guide/topics/connectivity/sip.html

Here is a great tutorial : http://www.basic4ppc.com/android/forum/threads/android-sip-voip-tutorial.13088/

If you want to use 3rd party libraries,this one is good : http://www.sipdroid.org/

Upvotes: 0

Related Questions