Using server-to-server OAuth account credentials to authenticate with Zoom, grant_type:account_credentials,
account_id:uUithhyrQFW,
Now , i can generate ZAK token,but problem is that i am not able to join meeting by this ZAK and generating JWT from " meetingsdk-auth-endpoint-sample " repo ,
payload : {
“appKey”: “6USgcTgkQJmHkUBJ82GG”,
“sdkKey”: “6USgcTgkQJmHkUBJ82GG”,
“mn”: “95184931400”,
“role”: 0,
“iat”: 1738320379,
“exp”: 1738327579,
“tokenExp”: 1738327579
}
I have used this github repository ,also able to join or start meeting .But, i need to go to login to my zoom marketplace app and allow user to get authorization code all times for access-token and ZAK token.
Is there any other way to get access-token and ZAK token to allow a group of users without login again and gain to my marketplace account to allow users for generating authorization code.
And one more enquiry is about app publishing. Is it necessory to first integrate zoom sdk fully in my app before publishing to zoom marketplace