Baresip with android

1.9k Views Asked by At

I'm a beginner in NDK. So, I want to implement SIP to android use Baresip - Git page

I followed the step on Git page, now my project have "jni" folder with 4 libraries: re, rem, openssl and baresip.

Anyone suggest me an idea with Android.mk file to build those libraries to project?

2

There are 2 best solutions below

0
Victor Sergienko On

You need to build libbaresip.so. Afterwards, you'll need to create a C JNI wrapper to call baresip functions from Java code.

0
Cao Minh Vu On

for those who coming to this later, this is a sample for using Baresip on Android: https://github.com/MobiSciLab/Baresip-DemoAudioCall