VoIP android 工作室

VoIP android studio

嗨,我不太擅长编码,但我正在努力学习尽可能多的东西。我一直在寻找有关如何在 android studio 上创建互联网通话应用程序的教程。到目前为止我还没有找到任何。如果有人知道可以指导我的过程,我将非常感激。

您可以使用 android 自己的实现

Session Initiation Protocol

来自文档

Android provides an API that supports the Session Initiation Protocol (SIP). This lets you add SIP-based internet telephony features to your applications. Android includes a full SIP protocol stack and integrated call management services that let applications easily set up outgoing and incoming voice calls, without having to manage sessions, transport-level communication, or audio record or playback directly.

或者像下面这样的其他第三方库。

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

希望对您有所帮助..

P.S 取自此 answer

参考this also..

快乐编码:)