Communication icon indicating copy to clipboard operation
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

Open AmyL219 opened this issue 3 years ago • 2 comments

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:

  1. Join a call successfully with good network condition
  2. call state return .connected
  3. Open airplane mode for more than 1 minutes
  4. call state return .none
  5. end the call by call.hangUp
  6. 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 Screen Shot 2021-09-14 at 12 33 45 PM

  • Version [1.0.1]

Logs Log file: No Internet State.xcappdata.zip

AmyL219 avatar Sep 14 '21 19:09 AmyL219

https://skype.visualstudio.com/SPOOL/_sprints/taskboard/ACS%20Mobile%20UI/SPOOL/CY2021-Q3/Sprint%2045%20(Ends%20September%2019)?workitem=2582327

AmyL219 avatar Sep 14 '21 20:09 AmyL219

Issue still persist 2.1.0-beta.1

jimchou-dev avatar Nov 18 '21 20:11 jimchou-dev