Error occurs when attempting to rejoin a Zoom meeting immediately after leaving, causing the call view to close unexpectedly

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:

  1. We start the call using the startMeeting function.
  2. After a while, we leave the call.
  3. 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. The onMeetingReturn function does not return any errors. The function states when the error occurs are connecting, disconnecting, failed, and ended.

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)