Description
I am using the Zoom Web SDK on iOS 18.4. After upgrading to the latest SDK (v1), I found that users sometimes fail to join a session on Safari (iOS) when using @zoom/videosdk
version 1.12.16.
The call to VideoClient.join()
just hangs indefinitely. After force quitting the app and reopening, it works as expected.
Device
- Device: iPhone
- OS: iOS 18.4
- Browser: Safari
- Browser Version: 18.4
Additional context
I have ensured that the VideoClient
is properly destroyed after the call ends.
reverting to version 1.12.15 fixed this