Annotations toolbar with custom UI

Description
Is it possible to show the standard floating annotations tool bar when using a custom UI?

Which version?
Knowing the version can help us to identify your issue faster.

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Hi @tysontune,

Thanks for the post. When using the Custom UI, you could leverage the interfaces in https://zoom.github.io/zoom-sdk-macos/interface_zoom_s_d_k_customized_annotation_ctr.html to customize the annotation tool. Please note that the class ZoomSDKCustomizedAnnotationCtr only works in Custom UI and ZoomSDKAnnotationController only works in default UI.

Hope this helps. Thanks!