-1

I am developing an application in android in which I want to make video calls for free over ip. Is there any SDK available so that I can add the Video call functionality in my app.

I looked over Linphone and many other like that but they are providing the core programming, coded at very high level and I am beginner in android so very tough it is to understand those code.

So.. if there is any SDK available by which I could be able to make video call through my app.. please tell me.. a Big thanks to all in advance.. :)

4

1 回答 1

1

CSip 是一个原生 SIP 库,它有一个 Android 端口:https ://code.google.com/p/csipsimple/他们在 alpha 阶段有一个视频功能。您将需要自己处理 NAT 遍历和所有这些。

您可能还想查看 Adob​​e 的 AIR 3.5 运行时,它有许多 p2p 包括内置的视频。好处是您可以编写一次并部署到 iPhone + Android。使用非原生 SDK 有一些缺点。

于 2013-03-08T10:50:16.903 回答