The original version of the Zoom sdk we used was v5.7.6.1918. Now we need to upgrade to v5.12.2.9109. It seems that the new version has no email login function. We use oauth2 authentication method according to the instructions of the document. Now we have obtained access token. Which function in the sdk should we use to start the meeting? StartMeeting_ EmailLoginUser or startMeeting_ RestApiWithoutLoginUser?
Our development environment:
xcode object-c
If we use startMeeting_ RestApiWithoutLoginUser, how can I get the parameter meetingNumber?