Any way to hide the video camera button in web sdk 3.6.0?

We have a working zoom integration with our react app using the 3.6.0 SDK. However, in some situations we would like to prevent the attendee using the app from choosing a camera or microphone, essentially putting them in a “receive-only” state.

We are able to hide the microphone button by setting disableJoinAudio during init.

Is there an equivalent way to do this with the start video button?

We CAN disable the button by adjusting the attributes after it is created. Any attempt to add a hidden style fails because the zoom client package clears those added classes after joining a meeting.

Has anyone else accomplished this?

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