Communication
Communication copied to clipboard
[iOS AzureCommunicationCalling 1.0.1] Call state return .none when the network is intermittent and call end has no callback for the first tap
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
Screenshots
- Version [1.0.1]
Logs Log file: No Internet State.xcappdata.zip
https://skype.visualstudio.com/SPOOL/_sprints/taskboard/ACS%20Mobile%20UI/SPOOL/CY2021-Q3/Sprint%2045%20(Ends%20September%2019)?workitem=2582327
Issue still persist 2.1.0-beta.1