Is there any API to hide the floating sharing toolbar?

There are many sub menus on the floating sharing toolbar. How can I hide them?

the bottom part, stop share can be kept.

Hi Xu, 

please take a look at IMeetingConfiguration class, the following API might be useful:

| virtual void  | SetSharingToolbarVisibility |

Best

Hi Wei, 

I called the SetSharingToolbarVisibility API, it just didn’t work. When I shared, the tool bar was still visible.

I also tried the ShowSharingToolbar method in IMeetingUIController class, it didn’t work either.

hi, thanks for your feedback. this is bug. we will fix this. thanks.

Sure, no problem. By the way, when will you upload the latest release of SDK CSharp Wrapper to github? I’ve been waiting for a while. : )

Hi Xu,

Please check the README https://github.com/zoom/zoom-c-sharp-wrapper/blob/master/README.md

Best

hi, already uploaded the latest c# wrap to github. you can download now. thanks.

I assume this bug has not been fixed. Is this correct? If so, when can we expect the fix?

I would also like to:

  • Be able to lock the toolbar once it is hidden, AND
  • Hide it completely

Are these options being considered as well?

 

I resorted to buying a cheapy very light USB monitor so I could mo the toolbar over there. I’ve found other uses for the monitor now that I have it.

I’m sorry, but there’s no universal API to hide the floating sharing toolbar, as the design and implementation of this feature is typically specific to individual websites or platforms. However, you can try using custom CSS or JavaScript to manipulate the visibility of the toolbar on your website.

Note that this may not work on all websites and platforms, and you may need to inspect the source code of the page to determine the specific class or id of the element you want to hide.

If you want to hide the toolbar using JavaScript, you can use the following code:

Screenshot 2023-02-14 022725

Again, this code may need to be adjusted based on the specifics of the website or platform you’re working with.