Vincenzo Esposito
Vincenzo Esposito
git it! you need to pur the `contactUriParams` in your account, unfortunately I haven't initializaed it as a default empty string, thus it fails. As a workaround you can call...
but the app was crashing at that point. Did you get a different error?
I'm still trying to figure out how to move everything on a background thread while avoiding the past crashes
samples from the official repo can be found here, it is trivial to apply to this https://github.com/pjsip/pjproject/tree/master/pjsip-apps/src/swig/java
to try to find te root cause you should look a te sip messages exchanged with the server, e.g.: sniff all the messages and see if the BYE sent by...
Try with latest develop, it has native debug and logs can be enabled via api. Check it out
Have you set the camera manager? Which version of the lib are you using? Have you tried not registering a dedicated thread for videocall? Have you tried just doing things...
1. `SipServiceCommand.setCameraManager(getSystemService(Context.CAMERA_SERVICE) as CameraManager)` 2. what? `pjsip-android` latest version is `2.9.3` 3. yeah I see that, you sould try *NOT* to register a dedicated thread 4. if it was the...
2. how do u integrate the lib in your app? Either you have set the version in the github dependency version string, or if you cloned the repo in yuour...
are you on the emulator? I could guess the new releases are not fully compatible with x86 and lower APIs