You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am testing the library and I see that it call perfectly when I am on the app or if I close my phone with app running in background (AppLifecycleState.paused).
But when I try to call when the app is running backward and that I am using my phone (AppLifecycleState.inactive), I need to go on the app do that the call makes it. It returns me : D/Caller : Message
Does anyone have an idea to resolve this problem so that my app can call even if the focus is not on it ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hey, I am testing the library and I see that it call perfectly when I am on the app or if I close my phone with app running in background (AppLifecycleState.paused).
But when I try to call when the app is running backward and that I am using my phone (AppLifecycleState.inactive), I need to go on the app do that the call makes it. It returns me : D/Caller : Message
Does anyone have an idea to resolve this problem so that my app can call even if the focus is not on it ?
Thanks in advance
The text was updated successfully, but these errors were encountered: