Reputation: 1233
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
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