How to hidden meeting information on zoom sdk electron

how to hide the meeting information button in sdk electron zoom, we have difficulty in this section

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!

@carson.zoom any example how to add the bridge call and implement the HideMeetingInfoOnMeetingUI interface ?