How to hide or remove “Participants , audio , video , screen sharing ” option in Zoom web react SDK Component View..?

Format Your New Topic as Follows:

**Meeting REACT SDK Type and Version : 3.7.0
Share the Meeting SDK type and version you’re working with to give relevant context.

Description
I didn’t find a way to remove the “Participants , audio , video , screen sharing” option in zoom video

on Component View participant side

Can somebody please help me with this?

There is no API for this. But you can use css and javascript for this purpose.

.button {
    display: none;
}

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