Version:
Zoom SDK iOS 5.17.11.14222
We have a problem with the Zoom meeting SDK in iOS. The steps to reproduce the issue are as follows:
- We start the call using the
startMeeting
function. - After a while, we leave the call.
- Immediately after leaving the call, we try to join the call again using the
joinMeeting
function. The app tries to load the call view, but a moment later the view closes. TheonMeetingReturn
function does not return any errors. The function states when the error occurs areconnecting
,disconnecting
,failed
, andended
.
The error does not occur if we wait for a couple of minutes before restarting the call again.
We have used the logoutRTC
function and the cleanup
function after the meeting ends. However, the error continues to happen.
Devices
iOS 17.4 (iPad and iPhone)