How to hide the meeting password and the invite url on the zoom meeting sdk electron

Description
When user joins the zoom with the meeting id and password or by using the url , user able to see the meeting url and password in the header.

We want to hide the meeting passcode and the invite url when user joins the zoom meeting.

Please share the code snippet to hide the meeting info from header. Please refer the screenshot for the more information.

Which Electron Meeting SDK version?
Meeting SDK version is 5.11.4.9092

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

  1. when user joins the meeting with the meeting id and password or joins with the url
  2. by clicking on the green color right mark
  3. meeting id , host, passcode(password) and invite url is visible

Screenshots

Device (please complete the following information):

  • Device: Desktop/Laptop
  • OS: Windows 7 and above

Please update on this issue

Hi @shankarnarayana ,

I’m still looking into if this is possible, but check out this previous guidance:

Dear @gianni.zoom

Can you please provide the detail steps to integrate the same , We are not comfortable in compiling Zoom Sdk. If you give us the detail steps to integrate HideMeetingInfoOnMeetingUI and compile Zoom Sdk, it will be helpful for us.

Dear @gianni.zoom

Please let us know if there is any update on this issue.

HI @shankarnarayana ,

Try calling the following functions in the latest SDK version:

enableInviteButtonOnMeetingUI(false)
hideMeetingInfoOnMeetingUI(true)
hideMeetingInfoButtonOnVideo(true)
hideMeetingInfoFromMeetingUITitle(true)

This is the most up to date guidance for the electron sdk. please let me know if it works as expected.

Dear @gianni.zoom

enableInviteButtonOnMeetingUI(false)
hideMeetingInfoOnMeetingUI(true)
hideMeetingInfoButtonOnVideo(true)
hideMeetingInfoFromMeetingUITitle(true)

currently we are using 5.11.11.10564 SDK versions , in this SDK version the above methods are not exposed.
the above methods are exposed in 5.12.2.11472 sdk version ?

Dear @gianni.zoom
Please update on this issue

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