Azhar
Azhar

Reputation: 1

I want to develop an android VOIP app using PJSIP stack by its high level api i.e. PJSUA2

I want to develop an Android VOIP app, for which I've chosen PJSIP library. So far I have searched this, but all the help and stuff are quite old like 3 to 4 years old. Its high level API is PJSUA2 (C++) but most of the help and community problems are about PJSIP basic api (Coded in C). So I want to know if somebody has any knowledge about PJSUA2 usage in Java or has developed an app using PJSUA2 in recent years. Note: I have to develop this in Android Studio

Upvotes: 0

Views: 791

Answers (1)

Ameena Shafeer
Ameena Shafeer

Reputation: 626

I am also having the same scenario. I had tried building Pjsip library, but some of the files never get compiled. If you want to develop a simple voip application you can refer general android sip api. refer this

When it comes to tedious tasks like video recording and conference call, we want external libraries. But no recent updates regarding pjsip for me.

Upvotes: 1

Related Questions