简体   繁体   English

Android中的Internet电话(VoIP)

[英]Internet Telephony(VoIP) in android

Is it possible to build android app for voice call without any sever. 是否有可能无需任何服务器即可构建用于语音通话的android应用。 Presently i saw the sample app in android which uses SIP. 目前,我在使用SIP的android中看到了示例应用程序。 But that needs a SIP Server. 但这需要一个SIP服务器。 Can we do similar work without the need of any server. 我们可以在不需要任何服务器的情况下完成类似的工作吗? I am afraid that if i use any server then the load on the server will increase a lot with increase in number of user. 恐怕如果我使用任何服务器,那么服务器上的负载将随着用户数量的增加而大大增加。 Correct me if i am wrong. 如果我错了请纠正我。 Any possible approach to this? 有什么可能的办法吗?

this is not possible since you just won't be able to identify and reach the user you want to call. 这是不可能的,因为您将无法识别并联系到您要呼叫的用户。 The server is an interface between two or more users of your app. 服务器是应用程序的两个或多个用户之间的接口。 Increased load? 增加负荷? Sure. 当然。 Consider using a better server configuration when your number of users grows. 当用户数量增加时,请考虑使用更好的服务器配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM