iOS SDK API Reference
|
#import <MobileRTCAnnotationService.h>
Inherits NSObject.
Instance Methods | |
(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. | |
(MobileRTCAnnotationError) | - setToolWidth: |
Set the line width of annotation tools. | |
(MobileRTCAnnotationError) | - clear |
Set to clear the annotations. | |
(MobileRTCAnnotationError) | - undo |
Undo the last annotation. | |
(MobileRTCAnnotationError) | - redo |
Redo the last annotation. | |
(nullable NSArray *) | - getSupportedToolType |
Get the supported tool types. | |
(BOOL) | - isPresenter |
Check if the current user is the presenter. | |
(BOOL) | - canDisableViewerAnnoataion |
Check if support to disable viewer's annotation item. | |
(BOOL) | - isViewerAnnoataionDisabled |
Check currently sender disabled the viewer's annotation or not. | |
(MobileRTCAnnotationError) | - disableViewerAnnoataion: |
disable viewer's annotation. | |
(BOOL) | - canDoAnnotation |
Check can do annotation or not. | |
(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 > | delegate |
Callback of receiving meeting events. | |
Definition at line 76 of file MobileRTCAnnotationService.h.
- (BOOL) canDisableViewerAnnoataion |
Check if support to disable viewer's annotation item.
References canDisableViewerAnnoataion, canDoAnnotation, clear, delegate, getAnnotationLegalNoticesExplained, getAnnotationLegalNoticesPrompt, getSupportedToolType, isAnnotationLegalNoticeAvailable, isPresenter, isViewerAnnoataionDisabled, redo, stopAnnotation, and undo.
Referenced by canDisableViewerAnnoataion.
- (BOOL) canDoAnnotation |
Check can do annotation or not.
Referenced by canDisableViewerAnnoataion.
- (MobileRTCAnnotationError) clear |
Set to clear the annotations.
Referenced by canDisableViewerAnnoataion.
- (MobileRTCAnnotationError) disableViewerAnnoataion: | (BOOL) | isDisable |
disable viewer's annotation.
- (NSString *_Nullable) getAnnotationLegalNoticesExplained |
Get annotation over share legal notices explained.
Referenced by canDisableViewerAnnoataion.
- (NSString *_Nullable) getAnnotationLegalNoticesPrompt |
Get annotation over share legal notices prompt.
Referenced by canDisableViewerAnnoataion.
- (nullable NSArray *) getSupportedToolType |
Get the supported tool types.
Referenced by canDisableViewerAnnoataion.
- (nullable UIColor *) getToolColor: | (MobileRTCAnnoTool) | tooltype |
This method is used to get current Anno Tool Color.
- (BOOL) isAnnotationLegalNoticeAvailable |
Is annotation legal notice available.
Referenced by canDisableViewerAnnoataion.
- (BOOL) isPresenter |
Check if the current user is the presenter.
Referenced by canDisableViewerAnnoataion.
- (BOOL) isViewerAnnoataionDisabled |
Check currently sender disabled the viewer's annotation or not.
Referenced by canDisableViewerAnnoataion.
- (MobileRTCAnnotationError) redo |
Redo the last annotation.
Referenced by canDisableViewerAnnoataion.
- (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 *) | view |
Set to start annotations on the shared view.
view | The shared view. |
- (BOOL) stopAnnotation |
- (MobileRTCAnnotationError) undo |
Undo the last annotation.
Referenced by canDisableViewerAnnoataion.
|
readwritenonatomicassign |
Callback of receiving meeting events.
Definition at line 81 of file MobileRTCAnnotationService.h.
Referenced by canDisableViewerAnnoataion.