Instant meeting password

If the user has the option to request password for instant meetings active.
How can i get the password for that meeting?

I built a custom meeting activity and I want to show the random password that zoom generated, and not force at the user to deactivate this option,

The Android SDK do not specify some method to get the password from instant meetings.

ZoomSDK v4.6.15801.0403
Android 5.0

Hi Michelle,

Thanks for the post. If you would like to get the password for the instant meetings, you could use the following interface in InMeetingService:https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingService.html#getMeetingPassword--

Thanks!

Thank you, i didn’t noticed that I was used an old version of Zoom SDK. I updated the libraries to the last version and this works.

Glad to hear that it is working. Happy Zooming!