-
Notifications
You must be signed in to change notification settings - Fork 64
Description
Issue
Pre-submission Checklist
- [yes ] I have verified that the issue occurs with the latest release and is not marked as a known issue in the CHANGELOG.md.
- [ yes] I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
- [ yes] I am not sharing any Personally Identifiable Information (PII)
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Description
User becomes online using the register function. When the app is closed and the phone is locked, calls are received successfully. However, if the user stays online and the app is killed while the phone is locked for a while (possibly an hour or more), the phone stops ringing, and the app does not open in Android.
Once the app is reopened and then closed again, the issue is resolved, and calls start ringing as expected.
I have a example sid
Twilio showing Queued status for this call
CAe1ef0aea3346cfa9702beb8c339ecfdc
Reproduction Steps
- Go online on the device using the register function of the SDK.
- Kill the app and lock the phone.
- Test the call; it will be received normally.
- Stay online for a while, possibly around 1 hour.
- After that, calls are not received by the app.
- Open the app and then try the call again; the call will be received.
Expected Behavior
If the app remains online for a while, possibly for 1 hour or more, calls should be received. The user will go online once and usually never go offline on the same day or for more extended periods, meaning they should receive calls at all times.
Actual Behavior
If the app remains online for a while, possibly for 1 hour or more, calls are not received when the app is killed and the phone is locked.
Reproduction Frequency
Yes
Screenshots
No
Software and Device Information
SDK version : 1.3.0
also tested with SDK version : 1.2.1
- Tested on multiple device
- Galaxy S9 with android 15
Additional Context
My app is live, and my users are complaining that their devices are not ringing. However, they can see the missed calls in the missed call list. This doesn't happen every time, but it is occurring intermittently, especially with users who go online and then never reopen the app.
I have noticed that both Android and iOS users have reported this issue, but I have only tested it on Android so far.