Skip authentication by user(Frontend) side

Hello,

When user click on create meeting button then the meeting should start without frontend authentication for get access token.

So can I create a backend site that access token so users don’t have to interact with zoom in frontend side? and they can start meeting immediately.

Please answer me as soon as possible. i am working on this api from last 14 days.

Thank you

Hi @drahul540,

Good question. To clarify, if a user is not logged into Zoom, they will be required to authenticate in the frontend/UI in order to join a meeting as an authenticated user, rather than a guest.

Alternatively, if you provide the user with the start_url or join_url from the Create/GET Meeting API, these URLs should allow them to start or join the meeting directly.

Thanks,
Will

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