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
When the app is running in the background or terminated, and the device is locked, incoming calls (both non-video and video) experience inconsistent behavior and fail to connect properly unless specific conditions are met. These issues occur as follows:
Non-Video Calls (Incoming During Lock Screen):
When a non-video call is incoming while the device is locked and the app is running in the background:
Accepting the call will bring up CallKit UI, but the call does not connect with the other user.
The call only connects after the user enters the device passcode and is redirected to the app.
Video Calls (Incoming During Lock Screen):
When a video call is incoming while the device is locked and the app is running in the background:
Upon accepting the video call, the system prompts the user to enter the passcode.
If the correct passcode is entered, the app is redirected, and the call connects as expected.
If the user clicks Cancel on the passcode prompt, the system closes the passcode UI and displays the CallKit UI, but the call does not connect unless the user manually enters the passcode and navigates back to the app.
App Terminated (Incoming Call During Lock Screen):
If the app is foreground and then it is terminated, an incoming call occurs while the device is locked:
Accepting the call immediately connects the call, even without entering a passcode or clicking cancel.
However, this only works for the first incoming call after app termination. For subsequent calls, the connection issue reoccurs:
After the first call is terminated, the second and subsequent incoming calls do not connect unless the user either enters the passcode or manually opens the app.
Steps to Reproduce:
Ensure the app is terminated or running in the background.
Lock the device.
Trigger an incoming non-video call or video call.
Accept the call:
For non-video calls, observe that CallKit appears, but the call does not connect until the passcode is entered.
For video calls, observe that entering the correct passcode redirects the user to the app, and the call connects. If the user clicks cancel on the passcode prompt, the call does not connect until the user enters the passcode manually and navigates to the app.
Terminate the app (force kill or make sure it’s not running in the background).
Lock the device and trigger an incoming call:
For the first incoming call after the app termination, observe that the call connects even without entering the passcode or clicking cancel.
For subsequent calls, the issue reoccurs: the call does not connect unless the passcode is entered or the app is opened manually.
Device Information:
Using iPhone 13 & iPhone 15.
iOS version (iPhone 13: 18.0.1 & iPhone 15: 17.6.1 ).
App Version:
Using the latest stream sample app(Dogfooding) for testing.
The text was updated successfully, but these errors were encountered:
Description:
When the app is running in the background or terminated, and the device is locked, incoming calls (both non-video and video) experience inconsistent behavior and fail to connect properly unless specific conditions are met. These issues occur as follows:
Non-Video Calls (Incoming During Lock Screen):
Video Calls (Incoming During Lock Screen):
App Terminated (Incoming Call During Lock Screen):
Steps to Reproduce:
Device Information:
App Version:
The text was updated successfully, but these errors were encountered: