Is app required for ZAK?

Hi, we have a browser based page which consists of an embedded Zoom meeting surrounded by other information such as sales data. Users of the page input a link to a Zoom meeting (created by them using their own account) and we want to start the meeting using the Meeting SDK. The user should start the meeting as a host. Is this possible without us creating and publishing an app, and the user having to authorise the app?

We don’t want or need - or look like we are getting - access to their Zoom account, we want users to start their own meetings as host, but that seems to require getting their ZAK, which means they need to install and authorise our app? Is that correct?

Thanks.
Gary

Please tell your users to paste meeting start_url and that start_url has ?zak=token just read that and set it to zak: param inside

ZoomMtg.join({
zak:zakFromStartUrl
});

Hope that works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.