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
Describe the bug
The call state would return .none after the internet connection is interrupted for 1 minutes.
To Reproduce
Steps to reproduce the behavior:
Join a call successfully with good network condition
call state return .connected
Open airplane mode for more than 1 minutes
call state return .none
end the call by call.hangUp
There is no callback for the first call hangUp. If you call hangUp again, it would have a callback
Expected behavior
When the network is interrupted, the callState should return .disconnected rather than none. And the endCallReason should indicate it's because of network issue
Describe the bug
The call state would return .none after the internet connection is interrupted for 1 minutes.
To Reproduce
Steps to reproduce the behavior:
call.hangUp
hangUp
again, it would have a callbackExpected behavior
When the network is interrupted, the callState should return
.disconnected
rather thannone
. And theendCallReason
should indicate it's because of network issueScreenshots
![Screen Shot 2021-09-14 at 12 33 45 PM](https://user-images.githubusercontent.com/75647512/133323301-71da69e0-c2fa-4a20-9137-6246276aac60.png)
Logs
Log file:
No Internet State.xcappdata.zip
The text was updated successfully, but these errors were encountered: