#include <ZoomVideoSDKAnnotationHelper.h>
Inherits NSObject.
◆ canDoAnnotation
Whether the current user can do annotation on the share.
- Returns
- YES means the user can do annotation, otherwise can't.
◆ clear:
Clears the annotation content.
- Parameters
-
type | the specify clear type. |
- Returns
- The result of it.
◆ getToolColor
- (nullable UIColor *) getToolColor |
|
|
|
Gets the annotation tool color.
- Returns
- The current tool color.
◆ getToolType
Get the annotation tool type.
- Returns
- The current tool type.
◆ getToolWidth
- (NSUInteger) getToolWidth |
|
|
|
Get the annotation tool width.
- Returns
- The current tool width.
◆ isSenderDisableAnnotation
- (BOOL) isSenderDisableAnnotation |
|
|
|
Whether annotation was disabled or not by the share owner.
- Returns
- The result of it.
◆ redo
Redoes one annotation content step.
- Returns
- The result of it.
◆ setToolColor:
Set the annotation tool color.
- Parameters
-
toolColor | The specified color. |
- Returns
- The result of it.
◆ setToolType:
Set the annotation tool type.
- Parameters
-
type | the specify annotation tool type. |
- Returns
- The result of it.
- Warning
- The tool type ZoomVideoSDKAnnotationToolType_Picker and ZoomVideoSDKAnnotationToolType_SpotLight are not support for viewer.
◆ setToolWidth:
Set the annotation tool width.
- Parameters
-
width | The specified annotation tool width. |
- Returns
- The result of it.
◆ startAnnotation
Starts annotation.
- Returns
- The result of it.
◆ stopAnnotation
Stops annotation.
- Returns
- The result of it.
◆ undo
Undoes one annotation content step.
- Returns
- The result of it.