Guest join meeting

According to (SDK Initialization). It stated that we need to initialize the Zoom sdk with an account.

After I initialized with a free account (eg. the name is Peter). And I call the join_meeting function(input the meeting_id and passcode). It shows the name “Peter” inside the meeting room. However, I want to have something like “guest join”. In other words, can I not initialize Zoom sdk with an account, as in I will only use “guest join” function. Is there any way to achieve this?

Thanks

Hi @johntaufg, thanks for using our SDK.

Much like the Zoom client, the Client SDK does not require the end user to have a Zoom account to join a meeting. You do, however, need to authenticate the SDK with your developer credentials before the end user will be able to access any meetings. Initializing the SDK does not require any input from the end user.

Meetings can be joined anonymously through the method described here.

Thanks!

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