Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKAnnotationHelper.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKAnnotationHelper.h
3// ZoomVideoSDK
4//
5// Created by Zoom Video Communications on 4/19/23.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <ZoomVideoSDK/ZoomVideoSDKConstants.h>
11
12
13@interface ZoomVideoSDKAnnotationHelper: NSObject
14
19- (BOOL)isSenderDisableAnnotation DEPRECATED_MSG_ATTRIBUTE("use canDoAnnotation instead");
20
25- (BOOL)canDoAnnotation;
26
37
43- (ZoomVideoSDKError)setToolColor:(nullable UIColor *)toolColor;
48- (nullable UIColor *)getToolColor;
49
62
68- (ZoomVideoSDKError)setToolWidth:(NSUInteger)width;
73- (NSUInteger)getToolWidth;
74
80
86
93@end
94
95
ZoomVideoSDKAnnotationClearType
Enumerations of the type for annotation clear type.
ZoomVideoSDKAnnotationToolType
Enumerations of the type for annotation tool type.
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
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()
Get the annotation tool width.
BOOL isSenderDisableAnnotation()
Whether annotation was disabled or not by the share owner.
BOOL canDoAnnotation()
Whether the current user can do annotation on the share.
ZoomVideoSDKAnnotationToolType getToolType()
Get the annotation tool type.
ZoomVideoSDKError undo()
Undoes one annotation content step.