Join meeting in android sdk without user entering password

Im integrating zoom sdk into my android app for students. Everything went okay but I need to reduce the step of attendee manually input the meeting password. Actually i ve the meeting id and password at this stage and as the sdk ask password to input, i have no idea how to fix it.

I studied the code till ZoomSDK.getInstance().getMeetingService().joinMeetingWithParams(this, params, ZoomMeetingUISettingHelper.getJoinMeetingOptions()); ie if i void this line, the password form doesnt arise that tell me this is the code initiate that validation process. but i cant figure out what happens after this line of code. Anybody can help ?

Hi @bineeshtvr1, thanks for using the dev forum.

It is absolutely possible to use the SDK to prevent the end user from having to manually input the password. This can be done by setting the password as the password field on your JoinMeetingParams object.

Thanks!

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