Annotation controls in meeting.
More...
Annotation controls in meeting.
Definition at line 8 of file InMeetingAnnotationController.java.
◆ addListener()
Registers a listener for meeting shared callback events.
- Parameters
-
| listener | The listener instance. |
◆ canDisableViewerAnnotation()
| boolean us.zoom.sdk.InMeetingAnnotationController.canDisableViewerAnnotation |
( |
| ) |
|
Determines whether it supports disabling viewer's annotation.
- Returns
- true if it supports. Otherwise, false.
◆ canDoAnnotation()
| boolean us.zoom.sdk.InMeetingAnnotationController.canDoAnnotation |
( |
| ) |
|
Determines whether annotation can be done.
- Returns
- true if annotation can be done. Otherwise, false.
◆ clear()
◆ disableViewerAnnotation()
| MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.disableViewerAnnotation |
( |
boolean | isDisable | ) |
|
Disables viewer's annotation.
- Parameters
-
| isDisable | true to disable viewer annotation, false otherwise. |
- Returns
- If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ getAnnotationLegalNoticesExplained()
| String us.zoom.sdk.InMeetingAnnotationController.getAnnotationLegalNoticesExplained |
( |
| ) |
|
Gets the explained text for annotation legal notice.
- Returns
- If the function succeeds, it returns the explained text for notice. Otherwise, this function fails and returns null.
◆ getAnnotationLegalNoticesPrompt()
| String us.zoom.sdk.InMeetingAnnotationController.getAnnotationLegalNoticesPrompt |
( |
| ) |
|
Gets the annotation legal notice prompt.
- Returns
- If the function succeeds, it returns the notice prompt. Otherwise, this function fails and returns null.
◆ isAnnotationLegalNoticeAvailable()
| boolean us.zoom.sdk.InMeetingAnnotationController.isAnnotationLegalNoticeAvailable |
( |
| ) |
|
Determines whether annotation legal notice is available.
- Returns
- true if annotation legal notice is available. Otherwise, false.
◆ isPresenter()
| boolean us.zoom.sdk.InMeetingAnnotationController.isPresenter |
( |
| ) |
|
Determines whether the current user is the presenter.
- Returns
- true if the current user is the presenter. Otherwise, false.
◆ isViewerAnnotationDisabled()
| boolean us.zoom.sdk.InMeetingAnnotationController.isViewerAnnotationDisabled |
( |
| ) |
|
Determines whether the sender has disabled the viewer's annotation.
- Returns
- true if the viewer's annotation is disabled. Otherwise, false.
◆ redo()
◆ removeListener()
Unregisters the listener.
- Parameters
-
| listener | The listener instance. |
◆ setToolColor()
| MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.setToolColor |
( |
int | color | ) |
|
Sets the colors of annotation tools.
- Parameters
-
| color | The color of the annotation tools. |
- Returns
- If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ setToolType()
Sets the types of annotation tools.
- Parameters
-
- Returns
- If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ setToolWidth()
| MobileRTCSDKError us.zoom.sdk.InMeetingAnnotationController.setToolWidth |
( |
int | width | ) |
|
Sets the line width of the annotation tool.
- Parameters
-
| width | The value of line width. |
- Returns
- If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ startAnnotation()
◆ stopAnnotation()
◆ undo()