Android的视频通话使用Android的SIP [英] Android video calls using android's sip

查看:1110
本文介绍了Android的视频通话使用Android的SIP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想开发一个程序在Android的视频通话。我想用内置的SIP,在安卓2.3.3推出。但我怎么可以发起视频通话?我认为这是不支持的。

I want to develop a program for a video calls in android. I thought of using the built in sip that introduced in android 2.3.3. But how can I initiate the video calls? I see that it is not supported.

推荐答案

我相信一般的Andr​​oid SIP协议栈支持视频。

I believe the generic Android SIP stack supports video.

摘自: https://developer.android.com/reference/android/net /sip/package-summary.html

如果你想创建通用的SIP连接(如视频通话   或其他),你可以创建一个从 SipManager ,   使用<一个href="https://developer.android.com/reference/android/net/sip/SipManager.html#open%28android.net.sip.SipProfile%29"相对=nofollow> 的open() 。如果你只是想创建音频SIP呼叫,   虽然,你应该使用 SipAudioCall 类,如   上方。

If you want to create generic SIP connections (such as for video calls or other), you can create a SIP connection from the SipManager, using open(). If you only want to create audio SIP calls, though, you should use the SipAudioCall class, as described above.

如果你不介意使用外部SIP栈,看看这个:

If you don't mind using external SIP stacks, check out this:

http://www.youtube.com/watch?v=g1NHEsXFEns

它使用耆那教-SIP

修改:截至年末,该项目似乎是领先的原生Android SIP空间:

EDIT: As of late, this project seems to be the leader in the native Android SIP space:

的https://$c$c.google.com/p/csipsimple/ - 开源的,他们提供一切你需要做的语音和视频通话

https://code.google.com/p/csipsimple/ - open source, and they offer everything you need to make voice and video calls.

这篇关于Android的视频通话使用Android的SIP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆