简体   繁体   English

如何在本地WiFi上的两个Android设备之间发送VoIP呼叫?

[英]How to send VoIP calling between two android devices on Local WiFi?

There are many questions that provide answer for streaming audio over WiFi, but I need to identify the device and send the stream only to the device which is called. 有很多问题可以为通过WiFi流音频提供答案,但是我需要识别设备并将流仅发送到被调用的设备。

I'm a beginner and I want to know how to get the status of the device, that is whether it is on the network or whether it is already on a call or not and how to get notification that a call is being received 我是一个初学者,我想知道如何获取设备的状态,即它是否在网络上或是否已经在通话中,以及如何获取正在接收呼叫的通知。

VoIP is not only the sound, but also, and most, the signaling. VoIP不仅是声音,而且在大多数情况下也是信令。 There are many signaling protocols out there. 那里有许多信令协议。 for example: SIP , H.323 . 例如: SIPH.323 In order to implement a VoIP client you should use one of these protocols. 为了实现VoIP客户端,您应该使用以下协议之一。 I personally recommend you to use SIP because it is much simpler and newer than H.323 . 我个人建议您使用SIP因为它比H.323更简单和更新。

One of the open sources that allows you to do that is: SIPDroid 允许您执行此操作的开放源之一是: SIPDroid

我能够使用可用的Doubango API在Android上实现VoIP

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

相关问题 通过 WiFi-Direct 在两个 Android 设备之间发送字符串 - Send a string through WiFi-Direct between two android devices 如何使用第三个Android设备作为wifi接入点通过wifi在两个android设备之间连接和发送文件/消息? - How to connect and send files/messages between two android devices over wifi using a third android device as wifi access-point? 如何在两个Android设备之间发送通知 - How to send notification between two android devices 两个或多个Android设备之间的wifi聊天 - wifi chat between two or more android devices 如何在两个Android设备之间使用套接字发送味精? - How to send msg using Socket between two android devices.? 如何在android上的两个设备之间发送toast消息 - How to Send a toast message between two devices on android 如何在Android中使用NFC在两台设备之间发送数据? - How to send data between two devices using NFC in android? 如何通过蓝牙或BLE在两个Android设备之间发送消息? - How to send message between two Android devices via bluetooth or BLE? 如何通过wifi-direct估算两个Android设备之间的距离? - How to estimate distance between two android devices through wifi-direct? 如何通过wifi直接向多个android设备发送和接收数据 - How to send and receive data to multiple android devices via wifi direct
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM