I have successfully created a Zoom meeting using the Zoom Meeting APIs with OAuth authentication. I am able to retrieve the meeting details both from my profile and through the APIs. Now, I want to proceed with hosting the meeting using the Zoom Meeting SDK. However, when I attempt to join the meeting using the client.join()
method, I receive an error stating ‘Meeting Passcode wrong’, even though I have double-checked the meeting ID and passcode and confirmed their correctness based on the API response.
I would appreciate guidance on how to proceed with hosting the meeting through the Zoom Meeting SDK, considering the error I am encountering. Thank you in advance for your assistance :).