Module: zoom_annotation_ctrl

Methods

(inner) Annotaion_Clear(viewtype, clearType) → {ZoomSDKError}

mode: Clear annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
clearType String the clear type of annotation, define at ZoomAnnotationClearType
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_IsAnnotaionDisable() → {Boolean}

mode: Check if Annotation is disable.
Source:
Returns:
Type
Boolean

(inner) Annotaion_Redo(viewtype) → {ZoomSDKError}

mode: Redo annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_SetColor(viewtype, color) → {ZoomSDKError}

mode: Set annotation color
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
color String the color of annotation
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_SetLineWidth(viewtype, lineWidth) → {ZoomSDKError}

mode: Set line width of annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
lineWidth String the line width of annotation
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_SetTool(viewtype, toolType) → {ZoomSDKError}

mode: Stop annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
toolType String the tool type of annotation, define at ZoomAnnotationToolType
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_StartAnnotation(viewtype, left, top) → {ZoomSDKError}

mode: Start annotation
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
left String Float Video left pos
top String Float Video pos
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_StopAnnotation(viewtype) → {ZoomSDKError}

mode: Stop annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
Source:
Returns:
Type
ZoomSDKError

(inner) Annotaion_Undo(viewtype) → {ZoomSDKError}

mode: Undo annotation.
Parameters:
Name Type Description
viewtype String the view type of which monitor, define at ZoomMeetingUIViewType
Source:
Returns:
Type
ZoomSDKError

(inner) getInstance() → {ZoomAnnotationCtrl}

mode: Get Zoom SDK Annotation Service Module
Source:
Returns:
Type
ZoomAnnotationCtrl