I want to create Dialer for my HTC desire(Android 2.1). i think Android 2.1 does not include SIP Api..so, how can i include SIP API to create SIP Dialer for Android 2.1?
Thanks…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Android SIP API is available from API version 9 which is Android 2.3 codename Gingerbread.
So there is no way you can use that API prior to API level 9. You will have to find a SIP library and work with that one.
This question might help you find a good library for Java. You will have to test it to find out if it works that well on Android.