Meeting SDK for iOS API Reference
|
The Zoom annotation service for managing annotation. More...
#include <MobileRTCAnnotationService.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - canDoAnnotation: |
Check if the current shareView can do annotation or not. | |
(MobileRTCAnnotationError) | - startAnnotationWithSharedView: |
Set to start annotations on the shared view. | |
(BOOL) | - stopAnnotation |
Set to stop annotations. | |
(MobileRTCAnnotationError) | - setToolColor: |
Set the colors of annotation tools. | |
(nullable UIColor *) | - getToolColor |
This method is used to get current Anno Tool Color. | |
(MobileRTCAnnotationError) | - setToolType: |
Set the types of annotation tools. | |
(MobileRTCAnnoTool) | - getToolType |
Get the annotation tool type. | |
(MobileRTCAnnotationError) | - setToolWidth: |
Set the line width of annotation tools. | |
(NSUInteger) | - getToolWidth |
Get the annotation tool width. | |
(MobileRTCAnnotationError) | - clear: |
Clears the annotation content. | |
(MobileRTCAnnotationError) | - undo |
Undo the last annotation. | |
(MobileRTCAnnotationError) | - redo |
Redo the last annotation. | |
(BOOL) | - isPresenter |
Check if the current user is the presenter. | |
(BOOL) | - canDisableViewerAnnotation |
Check if support to disable viewer's annotation item. | |
(BOOL) | - isViewerAnnotationDisabled |
Check currently sender disabled the viewer's annotation or not. | |
(MobileRTCAnnotationError) | - disableViewerAnnotation: |
Disable viewer's annotation. | |
(BOOL) | - isAnnotationLegalNoticeAvailable |
Is annotation legal notice available. | |
(NSString *_Nullable) | - getAnnotationLegalNoticesPrompt |
Get annotation over share legal notices prompt. | |
(NSString *_Nullable) | - getAnnotationLegalNoticesExplained |
Get annotation over share legal notices explained. | |
Properties | |
id< MobileRTCAnnotationServiceDelegate > _Nullable | delegate |
Callback of receiving meeting events. | |
The Zoom annotation service for managing annotation.
Definition at line 102 of file MobileRTCAnnotationService.h.
- (BOOL) canDisableViewerAnnotation |
Check if support to disable viewer's annotation item.
References canDisableViewerAnnotation, delegate, getAnnotationLegalNoticesExplained, getAnnotationLegalNoticesPrompt, getToolColor, getToolType, getToolWidth, isAnnotationLegalNoticeAvailable, isPresenter, isViewerAnnotationDisabled, redo, stopAnnotation, and undo.
Referenced by canDisableViewerAnnotation.
- (BOOL) canDoAnnotation: | (nullable UIView *) | shareView |
Check if the current shareView can do annotation or not.
shareView | The shared view. |
- (MobileRTCAnnotationError) clear: | (MobileRTCAnnoClearType) | type |
Clears the annotation content.
type | the specify clear type. |
- (MobileRTCAnnotationError) disableViewerAnnotation: | (BOOL) | isDisable |
Disable viewer's annotation.
- (NSString *_Nullable) getAnnotationLegalNoticesExplained |
Get annotation over share legal notices explained.
Referenced by canDisableViewerAnnotation.
- (NSString *_Nullable) getAnnotationLegalNoticesPrompt |
Get annotation over share legal notices prompt.
Referenced by canDisableViewerAnnotation.
- (nullable UIColor *) getToolColor |
This method is used to get current Anno Tool Color.
Referenced by canDisableViewerAnnotation.
- (MobileRTCAnnoTool) getToolType |
Get the annotation tool type.
Referenced by canDisableViewerAnnotation.
- (NSUInteger) getToolWidth |
Get the annotation tool width.
Referenced by canDisableViewerAnnotation.
- (BOOL) isAnnotationLegalNoticeAvailable |
Is annotation legal notice available.
Referenced by canDisableViewerAnnotation.
- (BOOL) isPresenter |
Check if the current user is the presenter.
Referenced by canDisableViewerAnnotation.
- (BOOL) isViewerAnnotationDisabled |
Check currently sender disabled the viewer's annotation or not.
Referenced by canDisableViewerAnnotation.
- (MobileRTCAnnotationError) redo |
Redo the last annotation.
Referenced by canDisableViewerAnnotation.
- (MobileRTCAnnotationError) setToolColor: | (nullable UIColor *) | toolColor |
Set the colors of annotation tools.
- (MobileRTCAnnotationError) setToolType: | (MobileRTCAnnoTool) | type |
Set the types of annotation tools.
- (MobileRTCAnnotationError) setToolWidth: | (NSUInteger) | width |
Set the line width of annotation tools.
- (MobileRTCAnnotationError) startAnnotationWithSharedView: | (nullable UIView *) | shareView |
Set to start annotations on the shared view.
shareView | The shared view. |
- (BOOL) stopAnnotation |
- (MobileRTCAnnotationError) undo |
Undo the last annotation.
Referenced by canDisableViewerAnnotation.
|
readwritenonatomicweak |
Callback of receiving meeting events.
Definition at line 107 of file MobileRTCAnnotationService.h.
Referenced by canDisableViewerAnnotation.