How to hide Share button

Hi,

We are looking to hide the Share button on Electron SDK. We are using the below functions:

functionObj.handleZoomWebUriProtocolAction(classUrl);

functionObj.setSharingToolbarVisibility(false);

But the share button still remains? Can you assist?

Hi @helloparent,

Thanks for the post. Currently there is no interface to hide the share button in the Electron SDK.

Thanks!