How can join a room without the room owner having to admit

Hi, everybody.
I am using the zoom SDK.

  1. Is there any way a user can join a room with room id and password without the room owner having to admit
  2. Can add user lists to breakout rooms via API or SDK zoom because

version SDK: Latest

Thanks,

Hi minhnguyenduc7792,

Thanks for using Zoom SDK. Are you using Zoom default UI or Custom UI? If you are using Zoom default UI, you may refer to the support doc here to pre-define members in breakout room:https://support.zoom.us/hc/en-us/articles/360032752671-Pre-assigning-participants-to-breakout-rooms;

For the admit part, if you have enabled the waiting room for your meeting, the attendees will be led to the waiting room and waiting for the host to admit. You may either disable the waiting room or you could use the interface https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingWaitingRoomController.html#admitToMeeting-long- to admit users programmatically.

Hope this helps. Thanks!

Hi @carson.zoom

Can only add participants list via web zoom https://support.zoom.us/hc/en-us/articles/360032752671-Pre-assigning-participants-to-breakout-rooms;. The SDK or API does not support it?

And I want to ask more: I’m building an mobile application that uses the zoom SDK, and I find it capable of joining multiple meetings at the same time on desktop
so I can do this on my application using the Zoom SDK. If yes please just help me document about it.

Thanks,

Hi @minhnguyenduc7792,

Thanks for the reply and pardon the late response. Unfortunately, pre-assigning the participants to break rooms cannot be done via SDK or API at the moment.

Regarding your 2nd question:

Do you mean that you would like to use the same user profile to join different meetings on different devices at the same time? We do not have any constraint on this but it is not recommended to do this.

Thanks!