Join meeting with approved registrant user

We are not sending an email or user-id when a user joins the meeting so zoom SDK giving the pop up for registration. so how to join the meeting with an approved registrant user using zoom Android SDK.

Hi @santosh.sahajrao,

Thanks for using Zoom SDK. You may leverage the Zoom API to register a user for a meeting:https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingregistrantcreate; If the user is registered and got approved, the user should be able to join the meeting without any pop up.

Thanks!