onizukaek
onizukaek

Reputation: 1233

Android SIP library VS pjsip: which one?

I intend to write an SIP client for Android (and maybe other systems but let's make Android first) and I was wondering which library would be the best to use: the one we got on the android sdk or pjsip? And why?

Has anyone got some feedback with pjsip?

Thanks for your answers

Upvotes: 1

Views: 1259

Answers (1)

JustinCox
JustinCox

Reputation: 56

In my opinion, PJSIP is the best one. It is free and open source multimedia communication library. It is designed to be very small in footprint, have high performance, and very flexible.

Upvotes: 4

Related Questions