Hide meeting id, password and invite link in the participant meeting screen

Description
Is there any way to hide the meeting_id, password and invite link from the participant meeting. We want to make sure the participants do not get the meeting information from anywhere in the UI. We are already calling the below APIs to hide meeting id from other places:

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

Which Electron Client SDK version?
v5.2.42037.1112

Base SDK versions:
win32 native sdk version:zoom-sdk.5.2.42037.1112
mac native sdk version:All_mac_sdk_5.2.42037.1112

Screenshots

1 Like

Hi
i also need to do the same hide the passcode from the Meeting Screen. Did you get any solution ?

The zoom dev team said to use Custom UI. Lot of the Electron API’s don’t work as expected

Is there any alternate option for this. If host is sharing the screen or if hid video is on then this information is not visible to the participants.
But we have to find the permanent solution of this,

Lastest SDK has fixed the issue. It worked for us

Hi
Can u please tell the option shall i use in order to hide this information?

you can call these functions to hide the meeting details:

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

Note:
Changes have to be made in the SDK and recompiled to expose the hideMeetingInfoOnMeetingUI function in javascript side.

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