Latest iOS SDK Crashes Everytime on Xcode 12

Description
Anytime I try to start a meeting using MobileRTCMeetingStartParam4WithoutLoginUser, the app immediately crashes.

Which version?
v5.2.41735.0928

To Reproduce(If applicable)
Steps to reproduce the behavior:
Using Xcode 12, try to start a meeting using the following:

let params = MobileRTCMeetingStartParam4WithoutLoginUser()
    params.userType = MobileRTCUserType_APIUser
    params.meetingNumber = "\(meetingNumber)"
    params.userName = "Name"
    params.userID = userId
    params.isAppShare = false
    params.zak = zak

The crash occurs on any iOS version.

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Any iOS version
  • Any iOS device
  • Zoom SDK version v5.2.41735.0928

Additional context
I’m not sure if I’m missing some code while starting the meeting that is required in the new SDK but this issue did not exist on the previous version of the SDK

Hey @dbianchi

Thanks for using the dev forum!

I am seeing this as well. Would you be able to provide a crash log to help us with debugging?

Thanks!
Michael

Hey @dbianchi

Thank you for bringing this to our attention. I am sorry that this is happening, crashes are unacceptable. The team has identified the issue and will have a fix in the next version. For the time being, can you see if these steps stop the crash in your application? Zoom crshes/stops working after few mins in the call after the update to iOS 14 on iphone XR

If you are utilizing screensharing, you must also perform the following changes:

Please let me know if this works for you and if any other issues arise.
Thanks!
Michael

@dbianchi

We have resolved this crash in the latest release: https://github.com/zoom/zoom-sdk-ios/releases/tag/v5.2.41739.1022. Please update to this version and let me know if you run into any other issues.

Thanks!
Michael