VoIP的库为AndroidVoIP、Android

2023-09-12 03:51:18 作者:心软是病,可你是命

我要在我的Andr​​oid应用程序集成的VoIP服务。 是否有任何免费(最好的开放源代码)库?

I need to integrate VoIP service in my Android application. Is there any free (best open source) library ?

我需要的库至少可以让语音通话互联网,不一定互联网电话(如2 Skype帐号)。

I need that the library at least allows voice call over internet and not necessarily internet to phone (like 2 Skype account).

推荐答案

从Android版本2.3 SIP API在Android中添加。您可以使用内置的SipStack库或第三方的开源SIP协议栈。

From android version 2.3 SIP API is added in Android. you can use either inbuilt SipStack library or third party open source sip stacks.

开发人员指南

有不同的开源SIP协议栈库以及项目在互联网上提供。您可以下载该项目的源$ C ​​$ C。

There are different open source sip stack libraries as well as projects are available on internet. You can download the source code of that projects.

下面是一些流行的开源SIP协议栈库,允许语音呼叫通过互联网列表。

Here is the List of some popular open source sip stack libraries which allows to voice call over internet.

1。 PJSIP 2. Mjsip 3. doubango 4. 美女-SIP

1.Pjsip 2.Mjsip 3.doubango 4.belle-sip

有这已经使用这些库的projects.like Sipdroid 使用 MjSip , Csipsimple 使用 PJSIP ,