Video SDK for iOS API Reference
|
Annotation helper interface for Zoom Video SDK. More...
#include <ZoomVideoSDKAnnotationHelper.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isSenderDisableAnnotation |
Whether annotation was disabled or not by the share owner. | |
(BOOL) | - canDoAnnotation |
Whether the current user can do annotation on the share. | |
(ZoomVideoSDKError) | - startAnnotation |
Starts annotation. | |
(ZoomVideoSDKError) | - stopAnnotation |
Stops annotation. | |
(ZoomVideoSDKError) | - setToolColor: |
Set the annotation tool color. | |
(nullable UIColor *) | - getToolColor |
Gets the annotation tool color. | |
(ZoomVideoSDKError) | - setToolType: |
Set the annotation tool type. | |
(ZoomVideoSDKAnnotationToolType) | - getToolType |
Get the annotation tool type. | |
(ZoomVideoSDKError) | - setToolWidth: |
Set the annotation tool width. | |
(NSUInteger) | - getToolWidth |
Get the annotation tool width. | |
(ZoomVideoSDKError) | - undo |
Undoes one annotation content step. | |
(ZoomVideoSDKError) | - redo |
Redoes one annotation content step. | |
(ZoomVideoSDKError) | - clear: |
Clears the annotation content. | |
Annotation helper interface for Zoom Video SDK.
Definition at line 16 of file ZoomVideoSDKAnnotationHelper.h.
- (BOOL) canDoAnnotation |
Whether the current user can do annotation on the share.
- (ZoomVideoSDKError) clear: | (ZoomVideoSDKAnnotationClearType) | type |
Clears the annotation content.
type | the specify clear type. |
- (nullable UIColor *) getToolColor |
Gets the annotation tool color.
- (ZoomVideoSDKAnnotationToolType) getToolType |
Get the annotation tool type.
- (NSUInteger) getToolWidth |
Get the annotation tool width.
- (BOOL) isSenderDisableAnnotation |
Whether annotation was disabled or not by the share owner.
- (ZoomVideoSDKError) redo |
Redoes one annotation content step.
- (ZoomVideoSDKError) setToolColor: | (nullable UIColor *) | toolColor |
Set the annotation tool color.
toolColor | The specified color. |
- (ZoomVideoSDKError) setToolType: | (ZoomVideoSDKAnnotationToolType) | type |
Set the annotation tool type.
type | the specify annotation tool type. |
- (ZoomVideoSDKError) setToolWidth: | (NSUInteger) | width |
Set the annotation tool width.
width | The specified annotation tool width. |
- (ZoomVideoSDKError) startAnnotation |
Starts annotation.
- (ZoomVideoSDKError) stopAnnotation |
Stops annotation.
- (ZoomVideoSDKError) undo |
Undoes one annotation content step.