My final year project is on the development of video conferencing application on smartphones having android in them. Can someone guide me from where to start and provide an overview about the whole project e.g which APIs to be used etc. please guide i m at bachelor level so dnt have much knowledge on the area.
|
feedback
|
closed as not a real question by Adam Zalcman, Blundell, VMAtm, casperOne♦ Dec 26 '11 at 14:57
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
You can use a SIP stack to manage VoIP signaling. Android 2.3 included one: http://developer.android.com/sdk/android-2.3.html. Other option is to use a free stack like pjsip, that for example is used in cSipSimple, http://code.google.com/p/csipsimple/, a free google softphone that you can download to see how it works. | ||||
|
feedback
|