-
Notifications
You must be signed in to change notification settings - Fork 152
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
Incoming call not working in Android 10 #171
Comments
Incoming call not working when app is in background and closed (Android) |
Any solution ? Please let me know |
this is a know issue. |
Any update for incoming call in Android 10 ? |
Same issue In Android 11 also.. Incoming call screen is not invoking when app is in background and closed |
@Samsritha1596 please test #164 |
i found android 10 restrict startActivity from background, as your code in firebase class here
So u can not start incoming call screen from background, android suggest use fullscreen intent instead, please give feedback soon, thanks |
Hello Team,
We a not able to receive call when app is in foreground and background also. |
Hello Team , |
Please include the following information for better support
The more context you provide around this issue the faster the community can help you
Did you follow all the instructions as specified in the Twilio Quickstart repositories? Yes
What version of React Native are you running? 0.61.5
What version of react-native-twilio-programmable-voice are you running? 4.1.0
What device are you using? (e.g iOS10 simulator, Android 7 device)? Android 10 and android 7
Is your app running in foreground, background or not running? background and app closed
Is there any relevant message in the log? No error
If using iOS, which pod version are you using?
Step to reproduce
Advanced:
Have you tried adding break point using AndroidStudio or XCode and analyse the logs? No
can share a project with issue?
Did you try to reinstall the pods completely?
The text was updated successfully, but these errors were encountered: