I'm developing Sip Client for Android. And I need this library to complete my project. there is an open source code using this library but i can't find it anywhere
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
As of Android 2.3 I believe, there is
android.net.sip
included in the SDK.A well-known open-source Android SIP client CSipSimple relies on PJSIP which has a dual, GPL + probably commercial, license.
jain sip works on android 1.6 but i cannot implement it in android 2.3 and above.