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.
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.
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.