Open dhara6894 opened 3 weeks ago
Hi @dhara6894 👋
Thanks for the feedback !
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.
Thanks!
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.