Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get started with VoIP [closed]

Tags:

android

chat

voip

Are there any available api's in android for voice chat? What do we need to do exactly in the backend? Every where i could see information about the front end? No idea how it works in the backend? Do I need a SIP server? How to configure it? What will be its price?

like image 381
Seshu Vinay Avatar asked Mar 02 '12 07:03

Seshu Vinay


1 Answers

Starting APi Level 9, native SIP support was added to the framework which facilitates VoIP. 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

like image 76
Anirudh Avatar answered Nov 09 '22 04:11

Anirudh