我想使用Google SIP API构建Android SIP客户端。我安装了SipDemo应用程序,以查看SIP API是否按预期工作。但它没有奏效!
出于测试目的,我使用了Linphone和sip2sip.info免费的VOIP服务器,但都没有工作! 我将连接类型更改为TCP,重新编译并连接到Linphone。
但我需要UDP.Google API是否支持UDP?
这是我下载SIPDemo的地方: https://github.com/android/platform_development/tree/master/samples
答案 0 :(得分:1)
我建议使用RestComm Android SDK https://github.com/Mobicents/restcomm-android-sdk或JAIN SIP for Android(在Restcomm Android SDK中捆绑)。