|
iOS API
|
Instance Methods | |
| (MobileRTCAnnotationError) | - startAnnotationWithSharedView: |
| Set to start annotations on the shared view. More... | |
| (BOOL) | - stopAnnotation |
| Set to stop annotations. More... | |
| (MobileRTCAnnotationError) | - setToolColor: |
| Set the colors of annotation tools. More... | |
| (nullable UIColor *) | - getToolColor: |
| This method is used to get current Anno Tool Color. More... | |
| (MobileRTCAnnotationError) | - setToolType: |
| Set the types of annotation tools. More... | |
| (MobileRTCAnnotationError) | - setToolWidth: |
| Set the line width of annotation tools. More... | |
| (MobileRTCAnnotationError) | - clear |
| Set to clear the annotations. More... | |
| (MobileRTCAnnotationError) | - undo |
| Undo the last annotation. More... | |
| (MobileRTCAnnotationError) | - redo |
| Redo the last annotation. More... | |
| (nullable NSArray *) | - getSupportedToolType |
| Get the supported tool types. More... | |
| (BOOL) | - isPresenter |
| Check if the current user is the presenter. More... | |
| (BOOL) | - canDisableViewerAnnoataion |
| Check if support to disable viewer's annotation item. More... | |
| (BOOL) | - isViewerAnnoataionDisabled |
| Check currently sender disabled the viewer's annotation or not. More... | |
| (MobileRTCAnnotationError) | - disableViewerAnnoataion: |
| disable viewer's annotation. More... | |
| (BOOL) | - canDoAnnotation |
| Check can do annotation or not. More... | |
Properties | |
| id< MobileRTCAnnotationServiceDelegate > | delegate |
| Callback of receiving meeting events. | |
| - (BOOL) canDisableViewerAnnoataion |
Check if support to disable viewer's annotation item.
| - (BOOL) canDoAnnotation |
Check can do annotation or not.
| - (MobileRTCAnnotationError) clear |
Set to clear the annotations.
| - (MobileRTCAnnotationError) disableViewerAnnoataion: | (BOOL) | isDisable |
disable viewer's annotation.
| - (nullable NSArray *) getSupportedToolType |
Get the supported tool types.
| - (nullable UIColor *) getToolColor: | (MobileRTCAnnoTool) | tooltype |
This method is used to get current Anno Tool Color.
| - (BOOL) isPresenter |
Check if the current user is the presenter.
| - (BOOL) isViewerAnnoataionDisabled |
Check currently sender disabled the viewer's annotation or not.
| - (MobileRTCAnnotationError) redo |
Redo the last annotation.
| - (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 |
Set to stop annotations.
| - (MobileRTCAnnotationError) undo |
Undo the last annotation.
1.8.14