-
Notifications
You must be signed in to change notification settings - Fork 46
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
Cannot find accept call button on the incoming scren. #13
Comments
That's because of the state of the incoming call when it's received. |
Okay. Thank you for your help. I'll make changes regarding this. I'll let you know further if there is anything about this. |
I also got it on android device, how to fix it? |
@hdyn check if your call state matches with the call state on |
@willnaoosmith its work thank's |
nice! |
@willnaoosmith why on Android when there is an incoming call the state is PJSIP INV_STATE_NULL, |
@hdyn i think too much depends on your server, or maybe it's the library itself who identifies each state as different one (Because it's different libraries for each operational system). When debugging, i found that this happens after the adittion of the state 180 (ringing). I found many informations about VOIP on this website. Also, make sure to test incoming and outcoming calls. On my cenario, both of them was coming as "PJSIP INV_STATE_NULL". |
@hdyn did you success on incoming call answer? i am having the same problem with my android device. answerable = call.getState() == "PJSIP_INV_STATE_INCOMING"; |
@sebubd10 make sure to use adb logcat to check why your app is crashing. |
1 similar comment
@sebubd10 make sure to use adb logcat to check why your app is crashing. |
getting this error after running command adb logcat: info Starting the logger (adb logcat *:S ReactNative:V ReactNativeJS:V)... |
You should run adb logcat and THEN make the crash happen. See more here Please create a new issue about your crash if you need help. This one is about the problem with call buttons no appearing on the screen. (And it can be solved looking at the call states). |
@willnaoosmith I have created a new issue, would you please check: #21 |
@willnaoosmith would you please check my newly created issue #21. |
Can you post your code here? Looking forward for your response, thank you |
Hello there.
When I get the call in the app, there is not accept button visible on the incoming screen page.
Let me know what should I do with this. I have used WiFi and mobile network both.
Thanks.
The text was updated successfully, but these errors were encountered: