Hi All,
I’m using Component in the repo: GitHub - zoom/meetingsdk-web-sample: Zoom Meeting SDK web sample
to launch Webinar Zoom. I have access as 1 host but I cannot start it. May I ask what am I missing?
Thank you in advance.
Best regards,
John.
could you share the javascript code snippet and jwt token?
Which version of the SDK are you currently using?
So here are some thing which you need to follow to start a webinar as a host
-
Get your host’s zak token by calling the REST API. You will need a Server-to-server OAuth app type to call this API
https://developers.zoom.us/docs/meeting-sdk/apis/#operation/userZak
-
Create a Meeting SDK App type, if you have not already done so.
-
Use the Client ID and Client Secret in Meeting SDK App type to create a JWT token.
JWT Token is NOT JWT App Type
https://developers.zoom.us/docs/meeting-sdk/auth/
-
Make sure the JWT token created in step 3 has
system
(system)
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.