-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android Error #22
Comments
@rogchap any idea what may be going on here? |
Also, @fabriziomoscon if you have a minute, I would appreciate your help with this, thank you! |
Does it affect the telephone call at all? Or are you just concerned about the errors in the log? I remember I was also noticing massive blocks of error coming from PJSIP, but somehow they were not affecting my calls. I have completely moved my Android implementation to https://github.com/hoxfon/react-native-twilio-programmable-voice, because for my app it doesn't make sense having the call receiver working only when the app is opened. And the Client SDK has that big limitation, because it doesn't use push notification to notify about the received calls. I am sorry I couldn't help more |
@fabriziomoscon No, it does not affect the call itself, but once the call is finished and hung up, the app crashes when trying to initiate a second call. I will definitely take a look at the twilio-programmable-voice-sdk, that looks really promising. Thanks so much for your help! |
I remember while using this library I also have experienced few annoying crashes on hangup. I don't think I found the reason though. |
Ah, very useful info, I appreciate your quick responses today. |
Hi @dabit3 , I'm having the same issue, did you move to react-native-twilio-programmable-voice already? |
@zhantx yes I did! |
I've been trying to debug this for a while but can't come up with anything.
Everything works great on iOS, but in Android, after creating a call, I get what looks like an infinite loop stating the following errors:
This gets thrown when the
Twilio.connect({To: '+61234567890'});
method is called in javascript.Any idea what may be causing this?
The text was updated successfully, but these errors were encountered: