|
Meeting SDK for macOS API Reference
|
Controls Zoom UI annotation features in Zoom meetings, including setting tools, clearing annotations, and managing annotation states. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0067931. More...
#include <ZoomSDKASController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isAnnotationDisable |
| Determines if annotation disabled. | |
| (ZoomSDKError) | - setTool:onScreen: |
| Sets annotation tool type. | |
| (ZoomSDKError) | - clear:onScreen: |
| Clears the annotation of share screen. | |
| (ZoomSDKError) | - setColor:Green:Black:onScreen: |
| Sets annotation color. | |
| (ZoomSDKError) | - setColor:green:blue:onScreen: |
| Sets annotation color. | |
| (ZoomSDKError) | - setLineWidth:onScreen: |
| Sets the line's width for the annotation. | |
| (ZoomSDKError) | - undo: |
| Undo annotation. | |
| (ZoomSDKError) | - redo: |
| Redo annotation. | |
| (BOOL) | - isAnnotationLegalNoticeAvailable |
| Determines whether the legal notice for annotation is available. | |
| (NSString *) | - getAnnotationLegalNoticesPrompt |
| Gets the annotation legal notices prompt. | |
| (NSString *) | - getAnnotationLegalNoticesExplained |
| Gets the annotation legal notices explained. | |
Controls Zoom UI annotation features in Zoom meetings, including setting tools, clearing annotations, and managing annotation states. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0067931.
Definition at line 17 of file ZoomSDKASController.h.
| - (ZoomSDKError) clear: | (AnnotationClearType) | type | |
| onScreen: | (ScreenType) | screen |
Clears the annotation of share screen.
| type | Specify the type of clear annotation. |
| screen | Select the screen where you want to operate on. |
| - (NSString *) getAnnotationLegalNoticesExplained |
Gets the annotation legal notices explained.
References getAnnotationLegalNoticesExplained.
Referenced by getAnnotationLegalNoticesExplained.
| - (NSString *) getAnnotationLegalNoticesPrompt |
Gets the annotation legal notices prompt.
References getAnnotationLegalNoticesPrompt.
Referenced by getAnnotationLegalNoticesPrompt.
| - (BOOL) isAnnotationDisable |
Determines if annotation disabled.
References isAnnotationDisable.
Referenced by isAnnotationDisable.
| - (BOOL) isAnnotationLegalNoticeAvailable |
Determines whether the legal notice for annotation is available.
References isAnnotationLegalNoticeAvailable.
Referenced by isAnnotationLegalNoticeAvailable.
| - (ZoomSDKError) redo: | (ScreenType) | screen |
Redo annotation.
| screen | Select the screen where you want to operate on. |
| - (ZoomSDKError) setColor: | (float) | red | |
| Green: | (float) | green | |
| Black: | (float) | black | |
| onScreen: | (ScreenType) | screen |
Sets annotation color.
| red | The value of red, range is 0 to 1. |
| green | The value of green, range is 0 to 1. |
| black | The value of blue (legacy parameter name), range is 0 to 1. |
| screen | Select the screen where you want to operate on. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) setColor: | (float) | red | |
| green: | (float) | green | |
| blue: | (float) | blue | |
| onScreen: | (ScreenType) | screen |
Sets annotation color.
| red | Red color component, range is 0 to 255. |
| green | Green color component, range is 0 to 255. |
| blue | Blue color component, range is 0 to 255. |
| screen | Select the screen where you want to operate on. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) setLineWidth: | (long) | lineWidth | |
| onScreen: | (ScreenType) | screen |
Sets the line's width for the annotation.
| lineWidth | The line width. |
| screen | Select the screen where you want to operate on. |
| - (ZoomSDKError) setTool: | (AnnotationToolType) | type | |
| onScreen: | (ScreenType) | screen |
Sets annotation tool type.
| type | The specify annotation tool type. |
| screen | Select the screen where you want to operate on. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) undo: | (ScreenType) | screen |
Undo annotation.
| screen | Select the screen where you want to operate on. |