How to hidden meeting information on zoom sdk electron

Hi @hendrytime2beat,

Thanks for the post and pardon the late response. Currently the Electron SDK does not have the interface to hide the meeting info button. However, since this interface is available in the Windows SDK, you could add the bridge call and implement the HideMeetingInfoOnMeetingUI interface in ib\node_add_on\win\wrap\meeting_service_components_wrap\meeting_configuration_wrap.h and rebuild the Electron SDK.

Thanks!