6#import <Foundation/Foundation.h>
7#import <ZoomVideoSDK/ZoomVideoSDKConstants.h>
ZoomVideoSDKAnnotationClearType
Enumeration of the type for clear annotation.
ZoomVideoSDKAnnotationToolType
Enumeration of the type for annotation tool. For more information, please visit https://support....
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Annotation helper interface for Zoom Video SDK.
ZoomVideoSDKError startAnnotation()
Starts annotation.
nullable UIColor * getToolColor()
Gets the annotation tool color.
ZoomVideoSDKError stopAnnotation()
Stops annotation.
ZoomVideoSDKError redo()
Redoes one annotation content step.
NSUInteger getToolWidth()
Gets the annotation tool width.
BOOL isSenderDisableAnnotation()
Determines whether annotation was disabled by the share owner.
BOOL canDoAnnotation()
Determines whether the current user can do annotation on the share.
ZoomVideoSDKAnnotationToolType getToolType()
Gets the annotation tool type.
ZoomVideoSDKError undo()
Undoes one annotation content step.