Want to hide the meeting details like meeting ID, password, Invite link from main screen in android sdk

Continuing the discussion from Want To Hide Meeting Id, Meeting Password, Meeting Link, Participant Id From Main Screen in Android SDK:

Description
A clear and concise description of what the question is.

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. Pixel 5]
  • OS: [e.g. Android 11]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Now i can hide the meeting details

To the meeting details use the below code

  •    joinmeetingsoptionsobj.meeting_views_options = MeetingViewsOptions.NO_BUTTON_SHARE + MeetingViewsOptions.NO_TEXT_PASSWORD + MeetingViewsOptions.NO_TEXT_MEETING_ID;
    

Hey @sreeji.pa,

Thanks for using the dev forum!

I am happy you found the solution :slight_smile:
Please let us know if you have any other questions.

Thanks!
Michael

Hi,
We also want to hide meeting details, but can’t use joinmeetingsoptionsobj as we are using meeting registrant join meeting link to join a meeting. joinmeetingsoptionsobj class can be use only if we are joining a meeting using the meeting ID and password. what would be the solution for it?