gpt4 book ai didi

android - Sip 管理器 API 支持

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:39:46 25 4
gpt4 key购买 nike

我已经经历了SIP Manager Documentation ,它说 -

Not all Android-powered devices support VOIP calls using SIP. You should always call isVoipSupported() to verify that the device supports VOIP calling and isApiSupported() to verify that the device supports the SIP APIs. Your application must also request the INTERNET and USE_SIP permissions.

我有三星 galaxy young 和 ace 手机,都是 2.3+,我已经检查了方法 SipManager.isApiSupported(), SipManager.isVoipSupported(),但是在这两种情况下,它们都返回 false。是否需要做些什么才能使其支持 SIP?或者我在哪里可以获得支持 SIP 的手机列表?

编辑:

Sip Droid 在 2.1 手机上如何工作?

最佳答案

所有可以连接到 Internet 的 Android 设备都支持 SIP。

毕竟 SIP 只是一个需要连接到 Internet 的协议(protocol)。

流量分为两大类 - SIP(​​SIP 消息)和媒体(TCP/UDP 连接上的 RTP 包) - 两者都只需要访问 IP 网络和 SIP 服务器(严格来说你不需要互联网,如果您的本地网络中有 SIP 服务器)。

为了使用 SIP,您需要 SIPStack 实现——不管它是第 3 方还是来自 Android API(坦率地说,目前 Android SIP API 非常有限)。查看this thread有关第 3 方 SipStack 实现的列表。

回答您的问题:

Is there anything to be done to make it Sip supported?

是的,您可以使用第 3 方 SIPStack 实现。

How is Sip Droid working on 2.1 phone?

SipDroid 使用 MjSIP作为 SIPStack 实现,这又是第 3 方 SIPStack 实现。

关于android - Sip 管理器 API 支持,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9782257/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com