Using pjsip with android
问题 I successfully installed and builded the pjsip library and pjsua for android, I ran pjsua on my device and it worked, however I'm still lost on how to use the methods of this library. I already took a look on the CSipSimple app and I noticed that the jni folders of these 2 projects are very different. Do I have to convert each .c file of this library in .java files with SWIG ? If anyone has an example about how to implement it in a very simple way (a SIP register procedure for instance) it