Getting annotation event

Description
how can I get the event when the host changed the permission of client annotation?

I want to make the annotation icon disabled in custom UI when the host set the permission disabled.

Which Android Client SDK version?
latest

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. Pixel 5]
  • OS: [e.g. Android 11]

Additional context
Add any other context about the problem here.

Hi @bnbcompany.ceo, thanks for the post.

In order to determine when the current user’s annotation is available, you can listen for the onAnnotationSupportChanged callback. The support parameter indicates whether or not they have permission to annotate (true means they can).

Thanks!

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