Annotation controls in meeting.  
 More...
Annotation controls in meeting. 
Definition at line 9 of file InMeetingAnnotationController.java.
◆ addListener()
      
        
          | void us.zoom.sdk.InMeetingAnnotationController.addListener | ( | InMeetingAnnotationController.InMeetingAnnotationListener | listener | ) |  | 
      
 
Register a listener for meeting shared callback event. 
- Parameters
- 
  
    | listener | The listener instance. |  
 
 
 
◆ canDisableViewerAnnotation()
      
        
          | boolean us.zoom.sdk.InMeetingAnnotationController.canDisableViewerAnnotation | ( |  | ) |  | 
      
 
Query if support to disable viewer's annotation item. 
- Returns
- true if support. 
 
 
◆ canDoAnnotation()
      
        
          | boolean us.zoom.sdk.InMeetingAnnotationController.canDoAnnotation | ( |  | ) |  | 
      
 
Query can do annotation or not. 
- Returns
- true if can do the annotation 
 
 
◆ clear()
Clear annotations. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ disableViewerAnnotation()
      
        
          | MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.disableViewerAnnotation | ( | boolean | isDisable | ) |  | 
      
 
disable viewer's annotation. 
- Parameters
- 
  
    | isDisable | If disable viewer annotation. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ getAnnotationLegalNoticesExplained()
      
        
          | String us.zoom.sdk.InMeetingAnnotationController.getAnnotationLegalNoticesExplained | ( |  | ) |  | 
      
 
Return explained text for annotation legal notice. 
- Returns
- explained text for notice 
 
 
◆ getAnnotationLegalNoticesPrompt()
      
        
          | String us.zoom.sdk.InMeetingAnnotationController.getAnnotationLegalNoticesPrompt | ( |  | ) |  | 
      
 
Return annotation legal notice prompt. 
- Returns
- notice prompt 
 
 
◆ isAnnotationLegalNoticeAvailable()
      
        
          | boolean us.zoom.sdk.InMeetingAnnotationController.isAnnotationLegalNoticeAvailable | ( |  | ) |  | 
      
 
Whether annotation legal notice is available. 
- Returns
- True if annotation legal notice is available 
 
 
◆ isPresenter()
      
        
          | boolean us.zoom.sdk.InMeetingAnnotationController.isPresenter | ( |  | ) |  | 
      
 
Query if the current user himself is presenter. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ isViewerAnnotationDisabled()
      
        
          | boolean us.zoom.sdk.InMeetingAnnotationController.isViewerAnnotationDisabled | ( |  | ) |  | 
      
 
Query currently sender disabled the viewer's annotation or not. 
- Returns
- true if disabled viewer's annotation. 
 
 
◆ redo()
Redo the last annotation. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ removeListener()
      
        
          | void us.zoom.sdk.InMeetingAnnotationController.removeListener | ( | InMeetingAnnotationController.InMeetingAnnotationListener | listener | ) |  | 
      
 
Unregister the listener. 
- Parameters
- 
  
    | listener | The listener instance |  
 
 
 
◆ setToolColor()
      
        
          | MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.setToolColor | ( | int | color | ) |  | 
      
 
Set the colors of annotation tools. 
- Parameters
- 
  
    | color | Specify the color of the annotation tools. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ setToolType()
Set the types of annotation tools. 
- Parameters
- 
  
  
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ setToolWidth()
      
        
          | MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.setToolWidth | ( | int | width | ) |  | 
      
 
Set the line width of annotation tool. 
- Parameters
- 
  
    | width | Specify the value of line width. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ startAnnotation()
Start to annotate. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ stopAnnotation()
Stop current annotation. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ undo()
Undo the last annotation. 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.