Mobile app meeting view i want to hide visible password

hi
zoom mobile app (android) after i am join the meeting on top view i am able to see meeting id and entered password so may i know how to hide or disable top visible password.
below i attached image meeting view

Hi @jadhavramkrishna7,

This is using the Zoom Android SDK or the Zoom native client?

Thanks

Hi Michael,
Thank you for giving reply,
I am using this meeting client rest api, https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate
if find hiding password any field in create api but i did not get,
please can you tell me how to how hide password from this api.

Thanks

Hi jadhavramkrishna7,

Thanks for using Zoom SDK. If you would like to hide the password shown in the title, in your Android SDK code, set the meeting views options before you start a meeting:

opts.meeting_views_options = MeetingViewsOptions.NO_TEXT_PASSWORD;

You may refer to the implementation in our demo: https://github.com/zoom/zoom-sdk-android/blob/master/mobilertc-android-studio/sample/src/main/java/us/zoom/sdksample/startjoinmeeting/ssologinuser/SSOLoginUserStartMeetingHelper.java#L49

Thanks!

1 Like

Hi Carson_Chen,
Thank you for giving reply,
I am not using Zoom SDK. I am using zoom Rest api call
as meeting participants I install Zoom mobile app in my mobile in that in after Join meeting button in enter my meeting id which is grated from zoom meeting create rest api call and password but in mobile view page i able to see password so i have to hide it.

i am using this zoom rest call => https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

so can tell from this api call how to hide password.

Thanks

Hey @jadhavramkrishna7,

Unfortunately there is no way to hide the password on the Zoom Mobile app via the Create Meeting API or any setting.

If you would like to suggest this as a feature request, open a ticket here:

Thanks,
Tommy