Web SDK not able to join webinar with latest sdk

When I call ZoomMtg.join with webinar id instantly popup with Failed to join meeting appears.
In the logs I see the response message saying “The current sdk version doesn’t support webinar, please upgrade to the latest version.” but I am using the latest available version on npm

sdk version : 1.7.10
react version : 16.10.2

Hey @awais1304,

What are you passing in for the role? Currently the Web SDK only supports role 0, joining as an attendee.

Thanks,
Tommy

Thanks , figured out the by disabling Only authenticated user can join option in webinar it worked

1 Like

Getting the same issue at my end.

  1. errorCode: 3000
  2. errorMessage: “The current sdk version doesn’t support register meeting/webinar, please upgrade to the latest version.”
  3. result: null
  4. status: false

I am using SDK 1.7.8 and tried with 1.7.10. The meeting is being joined with role 0.

I am able to join a meeting which was created using zoom native app. However I am not able to join a meeting which I created using APIs

Happy to hear you figured out the issue @awais1304! :slight_smile:

Thanks,
Tommy

1 Like

Hey @nitin1,

Please checkout the posts here with two possible solutions:

Thanks,
Tommy