Clear the annotation on the shared content. The viewer can clear their content with Mine = 0. The host can clear their content with Mine = 0, or all content with All = 2. The presenter can clear their content with Mine = 0, viewer content with Viewer = 1, or all content with All = 2.
AnnotationClearType
Get the annotation tool color.
Get the annotation tool type.
Get the annotation tool width.
Redo the annotation operation. Listen to the 'annotation-redo-status' event to check if the redo operation is available.
Set the annotation tool color. Default is black (0xff000000).
number, RGBA color in 8-digit hexadecimal format. Example: white: 0xffffffff.
Set the annotation tool type. Default is None = 0.
AnnotationToolType
Set the annotation tool width. Default is 8px.
number
Undo the annotation operation. Listen to the 'annotation-undo-status' event to check if the undo operation is available.
Annotation controller type