-
Notifications
You must be signed in to change notification settings - Fork 460
Why is completion
never called when reporting new incoming call on ios?
#159
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
Comments
rcidt
pushed a commit
to net2phone/react-native-callkeep
that referenced
this issue
Feb 27, 2020
I suspect this is being caused by this: react-native-webrtc#159
rcidt
pushed a commit
to net2phone/react-native-callkeep
that referenced
this issue
Feb 27, 2020
I suspect this is being caused by this: react-native-webrtc#159
rcidt
pushed a commit
to net2phone/react-native-callkeep
that referenced
this issue
Feb 27, 2020
I suspect this is being caused by this: react-native-webrtc#159
@rcidt what conclusion did you come to? |
@danjenkins I closed this ticket because I realized the code change I was requesting is not valid. The issue at hand is still happening, and I opened another issue for it here: #163 |
Same issue here - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting reports from some iOS users that incoming calls stop coming in after a few days.
I am thinking this is because iOS is blocking the VoIP notifications because for some reason the incoming calls are not being reported to the system.
I think it might have to do with the fact that CallKeep never calls the completion handler when reporting the new incoming call to ios here:
Is there a reason we don't call
completion(error)
at the end of the block?The text was updated successfully, but these errors were encountered: