Hide Phone Call option and Participants

Description

As I’ve mentioned on the picture I need to hide 1, 2 and 3 areas.

  1. Client should not be able to see other participants
  2. Phone Call option is not necessary. Even though I tried the way below but I couldn’t hide the Phone Call option

screenShare: false,
disableRecord: true,
isSupportPolling: false,
disableInvite: true,
disableCallOut: true,
disableJoinAudio: false,
showMeetingHeader: false,
audioPanelAlwaysOpen: false,
isSupportChat: false,

As mentioned in this topic my host’s audio setting is [Computer Audio]

  1. Client should not see number of participants.
  2. Is it possible to adjust the width and height of the zmmtg-root element.

Which Web Client SDK version?
1.9.1

Device (please complete the following information):

  • Browser: Chrome

Hi @ncwick,

Thanks for reaching out—happy to help shine some more light on your options.

First, regarding #1 (Client should not be able to see other participants), please note that this is not possible to remove with Zoom Meetings. If you don’t want participants to be able to see each other, we typically recommend leveraging webinars for this.

In regards to #2 (Phone Call option is not necessary), in addition to passing this in the init object, you will need to adjust this in the meeting’s settings as well. You can update a meeting’s settings programmatically using Update Meeting API. You’ll need to set audio to VOIP only.

As for hiding the participants button, there is no built in way to hide the participants button. However, you can hide it using your own JavaScript or CSS.

Let me know if this information helps. :slight_smile:

Thanks,
Will

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