Hide information in Web SDK angular

Description
Hi, everything is integrated and working as expected in my Angular app. I have a question (or maybe feature request) about hiding some information in the web sdk. I want to make them unable to know the meeting information so that nobody can use the Zoom Application and join the meeting. I know that we can handle this by making waiting rooms and other stuff, but I’m asking about the possibility of hiding the meeting information in the web sdk.

  1. meeting number
  2. meeting passwird
  3. invite button (when I hide it using the parameters in the documentation, it is hidden in the main view but not in the participants panel).
  4. Other information that makes someone be able to share the meeting and let others join without authenticating through my website.

The parameters I have tried are: showMeetingHeader and disableInvite. They are not working as expected.

Which version?
1.7.9

Thank youm

UPDATE
I managed to remove all meeting info using meetingInfo in the documentation, however, invite button is still present in the participants tab.

Hey @donzpaul,

Yes, you can use the meetingInfo array to hide the meeting info:

For hiding the invite function, use the showInviteFunction function.

Thanks,
Tommy

1 Like

Unfortunately it is not working. The invite button is still present in the participants tab.

It worked successfully, I misplaced the call of the function.

Thanks

1 Like

Great! Happy to hear you got it working! :slight_smile:

Thanks,
Tommy

1 Like