Hide one participant from the participant list

Description
Is there any way to hide one participant from all other participants? This hidden participant can hear and see the video of all other participants but other all participants can not view and hear the voice of the hidden participant.

Also Is there any way to give permission to share screen to selected participants? and Is there any way to restrict the participant to send the message to the selected participant while meeting?

Please try to get the answer as soon as possible.

Hey @Parth,

Thank you for reaching out to the Zoom Developer Forum.

Unfortunately, we don’t have a method to accomplish this. I don’t expect we would offer this feature in the future either as it would pose privacy and security concerns.

When calling ZoomMtg.init() try setting screenShare to false.

You can set isSupportChat to false to accomplish this.

More information on both can be found in the SDK reference:

https://marketplace.zoom.us/docs/sdk/sdk-reference/web-reference

Thanks,
Max

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