Azure-Samples / Azure-Samples/communication-services-ui-library-react-native
Leaving call with no Internet causing UI to freeze for about 50-60 sec. In IOS, android it disconnects immediately .
Open
- Dominant language
- No language data
- Stars
- 12
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
he issue is that when internet connectivity is lost, the callState successfully transitions to .disconnected, but the CallComposite UI becomes unresponsive and freezes. Even if onDismissed is triggered or the leave action is initiated, the view remains stuck on the screen and fails to clear from the view hierarchy until the internal SDK signaling eventually times out.
Contributor guide
Assessment
This issue has not been assessed yet.