How to hide annotate from participant when host share using SDK for both Android and ios

Hello
i want to disable option of annotate for participant using sdk. Is there any option by which i can do this.

I am using ZoomSDK 5.7.1.644. in React native

Hey @aashu22451,

Thanks for using the dev forum!

There is a method called disableViewerAnnoataion in MobileRTCAnnotationService that will disable the participants ability to annotate if you pass in true.

Thanks!
Michael

Thanks for reply
can you also tell me about android too
which variable will help me to hide this annotate?
And for participating user list can we hide that from sdk for Both platform Android and Ios ?
and also is there is a way we can hide chat for android more menu?

Hi @aashu22451,

On Android, you can disable viewer annotation via the disableViewerAnnotation method.

And for participating user list can we hide that from sdk for Both platform Android and Ios ?

Can you please provide a screenshot of exactly what you are looking to hide?

and also is there is a way we can hide chat for android more menu?

Unfortunately it is not possible to hide just the chat button. The closest thing to that would be hiding the More button altogether.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.