According to (https://marketplace.zoom.us/docs/sdk/native-sdks/android/mastering-zoom-sdk/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