Type Alias ZoomVideoSdkAnnotationHelperType
ZoomVideoSdkAnnotationHelperType: { clear: (clearType: string) => Promise<Errors>; getToolColor: () => Promise<number>; getToolType: () => Promise<string>; getToolWidth: () => Promise<number>; isSenderDisableAnnotation: () => Promise<boolean>; redo: () => Promise<Errors>; setToolColor: (toolColor: string) => Promise<Errors>; setToolType: (toolType: string) => Promise<Errors>; setToolWidth: (width: number) => Promise<Errors>; startAnnotation: () => Promise<Errors>; stopAnnotation: () => Promise<Errors>; undo: () => Promise<Errors>;} Type declaration
clear: (clearType: string) => Promise<Errors>
getToolColor: () => Promise<number>
getToolType: () => Promise<string>
getToolWidth: () => Promise<number>
isSenderDisableAnnotation: () => Promise<boolean>
redo: () => Promise<Errors>
setToolColor: (toolColor: string) => Promise<Errors>
setToolType: (toolType: string) => Promise<Errors>
setToolWidth: (width: number) => Promise<Errors>
startAnnotation: () => Promise<Errors>
stopAnnotation: () => Promise<Errors>
undo: () => Promise<Errors>
Clears the annotations.