Closed max-konin closed 6 years ago
Hi, does this error appears during the call (e.g. after some seconds/actions) or at the initialization step ?
Appears during the call
Ok, please provide an output from the adb logcat
(github gist, from the start till the error), current log doesn't show the details.
@datso Do you have any ideas about it? This beginning appears after upgrade to react-native 0.53 & react-native-pjsip 2.x. I tried to downgrade react-native-pjsip to 0.1.1 but the errors still occurs.
Did you try on another native device ? Does this problem appears only on that model ?
I think that you delete the account during the call, this probably is an issue.
PjSipService: Handle "account_delete" action ({"callback_id":97,"account_id":0})
And it crashes when call event cause an access to account that doesn't exist.
Did you try on another native device ? Does this problem appears only on that model ?
I try > 5 android devices. All have this error
The biggest oddity is that if I build apk with "debug" mode then it works fine on a device) (ios works fine always)
@max-konin Please remove the code that related to account delete, as I see that you delete the account during the call. I think this is a bug on JS side.
@datso yes. it helped me. Account was recreated during the call... Thx!
Hi
I faced out with strange bug on android devices.
During the call, the application crashes with an error
(on emulator it works fine)