A Shrinivas Rao
A Shrinivas Rao

Reputation: 113

Is conference call possible with voIP Android

I am developing an android application, to make conference call. I just want to know , does android supports conference call with voIP?

Upvotes: 1

Views: 415

Answers (2)

Istvan
Istvan

Reputation: 1665

You must use the built-in VoIP client? If not then there are a lot of SIP client libraries for Android (both paid and open source) and most of them comes with conference support.

Upvotes: 1

techhunter
techhunter

Reputation: 693

Yes It is.

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

Upvotes: 1

Related Questions