问题描述
是否有任何可用的API在Android的语音聊天?我们究竟需要在后台做什么呢?每一个在那里我可以看到前端的信息?不知道它是如何工作的后台?我是否需要SIP服务器?如何配置呢?什么将是它的价格是多少?
Are there any available api's in android for voice chat? What do we need to do exactly in the backend? Every where i could see information about the front end? No idea how it works in the backend? Do I need a SIP server? How to configure it? What will be its price?
推荐答案
开始API级别9,本地SIP支持加入这有利于网络电话的框架。http://developer.android.com/reference/android/net/sip/package-summary.html
Starting APi Level 9, native SIP support was added to the framework which facilitates VoIP.http://developer.android.com/reference/android/net/sip/package-summary.html
下面是一个演示程序:http://developer.android.com/resources/samples/SipDemo/index.html
Here is a demo app:http://developer.android.com/resources/samples/SipDemo/index.html
这篇关于开始使用网络电话的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!