Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free voip api for android [closed]

Tags:

java

android

voip

I am developing an application where I need to implement VOIP.
It is about connecting 2 devices using WIFI to transmit conversation (voice).

My question is: Is there a free API or SDK that I can use in my application?

like image 973
khouloud mejdoub Avatar asked Dec 25 '13 10:12

khouloud mejdoub


1 Answers

See here :http://developer.android.com/reference/android/net/sip/package-summary.html

Here is a demo app:http://developer.android.com/resources/samples/SipDemo/index.html

you can also use third party api (here)

like image 192
Hari Haran Avatar answered Oct 01 '22 00:10

Hari Haran