Binary files of Android pjsip library compilation
Built from PJSIP 2.7.1 with default configs (APP_PLATFORM=android-21)
- Put armeabi-v7a (and arm64-v8a if needed) into jniLibs folder (the same level as res and java folders) in appropriate module.
- Put org folder into java folder in appropriate module
- Include
static {
System.loadLibrary("pjsua2");
}
somewhere in your code to load the library.