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.
Get the vanishing tool displayTime and vanishingTime.
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
Set the display time and vanishing time for the vanishing tool types. It only work for the screen share sender. After the value is set, the screen share sender and receiver annotation will follow the same timer.
displayTime in milliseconds (default is 0), vanishingTime in milliseconds (default is 2000).
Undo the annotation operation. Listen to the 'annotation-undo-status' event to check if the undo operation is available.
Annotation controller type