Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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
16@interface ZoomVideoSDKAnnotationHelper: NSObject
17
23- (BOOL)isSenderDisableAnnotation DEPRECATED_MSG_ATTRIBUTE("use canDoAnnotation instead");
24
29- (BOOL)canDoAnnotation;
30
41
47- (ZoomVideoSDKError)setToolColor:(nullable UIColor *)toolColor;
52- (nullable UIColor *)getToolColor;
53
66
72- (ZoomVideoSDKError)setToolWidth:(NSUInteger)width;
77- (NSUInteger)getToolWidth;
78
84
90
97@end
98
99
ZoomVideoSDKAnnotationClearType
Enumeration of the type for clear annotation.
ZoomVideoSDKAnnotationToolType
Enumeration of the type for annotation tool. For more information, please visit https://support....
ZoomVideoSDKError
Enumerates all 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()
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.