Default mic/camera toggle at Join screen

This is for developer-specific feature requests. For other requests please contact our customer support team.

Is your feature request related to a problem? Please describe.
When I use the Zoom Web SDK, when the Join screen turns on, I would love to have some kind of default toggle state for mic and camera. For example: the camera would be on, and mic would be off by default. Still, the user can click to change the toggle state.

Currently I have to do this by running some JS script to manually click the mic and cam button to turn them off/on by default. But this is a hacky solution, and prone to error if the UI change in the future.

Describe the solution you’d like
I think this could be configured in a field in the ZoomMtg.init function, such as “enableMicrophoneByDefault”.