Which is the better way to start the SIP client for android using any external libraries.Since the native inbuilt SIP libraries work only with versions greater than 2.3.1.Looking for the better and easier solution to build the SIP Client for lower versions of android.Could any one help with this…
Share
To start implementing software SIP Client, you would need 3rd party SIP implementation stack. Check out this thread for a list of sip implementation stacks.
What to look for:
You will also see popular opensource software clients that use those SipStacks, which means the sources code is out there and you can see how they incorporate with the sipstacks.