PJSip in android

android, pjsip

Solution

You do not have to use third-party libraries to build SIP client functionality in Android. Android includes a full fledged SIP API. You can take a look at SIP demo to understand how to use SIP APIs for a walkie-talkie type of implementation.

Problem

I'm trying to build a `Sip client` for android using `pjsip`such as `CSipSimple` project. However, i actually don't know much about `pjsip`. Does anyone have a tutorial about pjsip or something like that to build a `Sip softphone` in android using PJsip lib? Any suggestion is welcome!

Original source

Related problems