How to make custom ui in c# wrapper and or show only mute/unmute button

How to make custom ui in c# wrapper and or show only mute/unmute button

Hi KB1,

Thanks for the post. Our C# wrapper do support Custom UI, but not all buttons can be customized as show/hide, so it is not supported to only show mute/unmute button in the UI at the moment. All buttons that can be hidden are located in https://github.com/zoom/zoom-c-sharp-wrapper/blob/1daee9209ce719feb0c8681a497869eed7f86e94/zoom_sdk_c_sharp_wrap/h/meeting_service_components/meeting_configuration_interface.h

Hope this helps. Thanks!

Thanks for the reply.

Okay can I mute meeting only through some command with default UI?

Hi KB1,

Thanks for the reply. Mute/unmute audio/video is available in both default UI and custom UI. However, correct me if I understand incorrectly. If you would like to use C# wrapper, and customize your own UI, and on the UI, there is only mute/unmute button shown, this scenario is not supported.

Hope this helps. Thanks!