How can an api user with a host role login via zoom sdk under a pro license?

There are two login types in zoom sdk: login_via_email or login_via_sso. But api user doesn’t have password. So I assume that api user can login via ssotoken. The thing is that ssotoken seems only available under business license. And I only have a pro license. How can an api user with a host role login via zoom sdk under a pro license?

Hi Xu,

For API host user, you need to pass User ID and token for Zoom to authenticate that you are the meeting host. Not SSO token. Please take a look at the sample we provided. 

Best

Yes! There’s a Start api with paramater StartParam4APIUser. I can use it to start a meeting.

how to use STARTParam4API User? any one can answer please.

 

hi, 

thanks for your feedback. 

about your question,

1.you need to call our REST api to get the token of api user

here is the doc about how to get api user token. 

https://zoom.github.io/api/#retrieve-a-users-token 

2.pass the token and userid to our sdk for start meeting.

Regards

Dats