Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS AzureCommunicationCalling 1.0.1] Call state return .none when the network is intermittent and call end has no callback for the first tap #374

Open
AmyL219 opened this issue Sep 14, 2021 · 2 comments
Labels
Bug Something isn't working Needs: triage 🔍

Comments

@AmyL219
Copy link

AmyL219 commented Sep 14, 2021

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 AmyL219 added the Bug Something isn't working label Sep 14, 2021
@ghost ghost added the Needs: triage 🔍 label Sep 14, 2021
@jimchou-dev
Copy link
Member

Issue still persist 2.1.0-beta.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs: triage 🔍
Projects
None yet
Development

No branches or pull requests

2 participants