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
In stream-video-flutter version 0.5.5, the call decline feature is not working as expected on iOS. While this functionality works correctly on Android, iOS devices do not behave as expected in the following scenarios:
When the app is in the background,
When the app is terminated (killed),
When the device is locked.
When the receiver declines the call on iOS, the caller still sees "calling" as if the call was not declined. This issue occurs only on iOS, while Android devices handle it properly.
Steps to Reproduce:
Install the app on both iOS and Android devices.
Make a direct call from the Android device (caller).
Try to decline the call on the iOS device (receiver) in the following scenarios:
While the app is in the background.
When the app has been terminated.
When the device is locked.
Notice that, on the iOS device, the call is not properly declined, and the caller still sees the "calling" status even though the call should have been declined.
Expected Behavior:
The call should be properly declined on iOS, just as it does on Android.
The call UI on the caller's side should reflect that the call has been declined.
Actual Behavior:
On iOS, when the receiver declines the call in background, terminated, or lockscreen modes, the caller still sees "calling," indicating the call was not declined properly.
The text was updated successfully, but these errors were encountered:
As I mentioned on the other issue, we are currently doing a pretty big rewrite of the package with this PR: #776
After testing it out with the same branch, we could not reproduce this issue. If possible, can you test this out with the PR branch and let us know if this works?
If you do not have time, this branch should be soon merged into main and you can test it out in the next release.
In stream-video-flutter version 0.5.5, the call decline feature is not working as expected on iOS. While this functionality works correctly on Android, iOS devices do not behave as expected in the following scenarios:
When the app is in the background,
When the app is terminated (killed),
When the device is locked.
When the receiver declines the call on iOS, the caller still sees "calling" as if the call was not declined. This issue occurs only on iOS, while Android devices handle it properly.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
On iOS, when the receiver declines the call in background, terminated, or lockscreen modes, the caller still sees "calling," indicating the call was not declined properly.
The text was updated successfully, but these errors were encountered: