tags:

views:

53

answers:

1

How can i implement SIP protocol in android.

I want to make video conferencing application using SIP protocol.

So is it feasible using SIP protocol and how to start.

Please help.

Thanks in advance.

A: 

Once you put internet permission in the manifest, the network side works like you would expect an embedded linux to. You should probably develop a desktop version first to become familiar with this.

The part that will cause you some android-unique difficulty is getting the audio and video data between your program and that part of the phone hardware.

Chris Stratton
thanks a lot chris for your reply. Can you please tell me how to get started with SIP stack implementation.
ninad
If you wish to work as an engineer, you need to learn how to research subjects that you do not already know about. One does not start a project by asking questions on stack overflow, one starts by doing web searching and reading the ample material and sample code that is already published.
Chris Stratton