We encountered an issue with our iOS Flutter app regarding Zoom connection. We integrated the Zoom Meeting SDK into our application three years ago and have been using it since. However, we suddenly experienced a connection issue where it no longer connects to Zoom meeting.
iOS Meeting SDK version: v5.17.11.14222
Troubleshooting Routes
I have checked the following:
Can initialize Zoom SDK
Can login using auth token [MobileRTCMeetingStartParam4WithoutLoginUser]
Upon startMeeting (meetingService.startMeeting(with: params)), checked the meeting states, and here are the logs:
Had this exact same issue recently with our Windows app, and it was simply because we needed to update our SDK version to meet the minimum version requirements (https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0061130#Dev). It seems like your SDK version meets the requirement, though, but may be still worth trying to see if the update solves the issue.
Do we really need to publish the app in the Zoom Marketplace? We were able to publish the app in the App Store and use it previously without publishing it in the Marketplace.
I would like to ask if this a new policy? I want to ensure that this requirement has not changed, as our app was working fine before we encountered this error, and we have not made any changes to it.