|
Meeting SDK for Android API Reference
|
Public Member Functions | |
| MobileRTCSDKError | setEvent (InMeetingWhiteboardCtrlEvent pEvent) |
| Configure the meeting white board controller callback event handler. | |
| boolean | isSupportWhiteBoard () |
| Determines whether the current meeting supports the whiteboard or not. | |
| MobileRTCSDKError | showDashboardView (Activity activity, int requestCode) |
| Show the dashboard web view activity. | |
| MobileRTCSDKError | setWhiteboardShareOption (SDKWhiteboardShareOption option) |
| Set the setting option for whiteboard who can share. | |
| SDKWhiteboardShareOption | getWhiteboardShareOption () |
| Get the setting option for whiteboard who can share. | |
| MobileRTCSDKError | setWhiteboardCreateOption (SDKWhiteboardCreateOption option) |
| Set the setting option for whiteboard who can initiate new whiteboard. | |
| SDKWhiteboardCreateOption | getWhiteboardCreateOption () |
| Get the setting option for whiteboard who can initiate new whiteboard. | |
| MobileRTCSDKError | enableParticipantsCreateWithoutHost (boolean bEnable) |
| Enable the participants create new whiteboard without host in the meeting. | |
| boolean | isParticipantsCreateWithoutHostEnabled () |
| Determines whether enable the participants create new whiteboard without host in the meeting. | |
| CannotShareReasonType | canStartShareWhiteboard () |
| Determines whether the current meeting can start sharing the whiteboard. | |
| boolean | canStartShareNewWhiteboard () |
| Determines whether the current user can create a new whiteboard. | |
| MobileRTCSDKError | startNewWhiteboardShare () |
| Starts sharing a new whiteboard. | |
| boolean | canStopWhiteboardShare () |
| Determines whether the current user can stop sharing the new whiteboard. | |
| MobileRTCSDKError | stopWhiteboardShare () |
| When self sharing whiteboard, stop self; when self not sharing, stop all others. | |
| boolean | isOtherSharingWhiteboard () |
| Query if other user is sharing whiteboard. | |
| boolean | isSharingWhiteboardOut () |
| Query if the current user is successfully sharing a whiteboard. | |
Definition at line 6 of file InMeetingWhiteboardController.java.
| boolean us.zoom.sdk.InMeetingWhiteboardController.canStartShareNewWhiteboard | ( | ) |
Determines whether the current user can create a new whiteboard.
| CannotShareReasonType us.zoom.sdk.InMeetingWhiteboardController.canStartShareWhiteboard | ( | ) |
Determines whether the current meeting can start sharing the whiteboard.
| boolean us.zoom.sdk.InMeetingWhiteboardController.canStopWhiteboardShare | ( | ) |
Determines whether the current user can stop sharing the new whiteboard.
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.enableParticipantsCreateWithoutHost | ( | boolean | bEnable | ) |
Enable the participants create new whiteboard without host in the meeting.
| bEnable | true indicates to enable. false not. |
| SDKWhiteboardCreateOption us.zoom.sdk.InMeetingWhiteboardController.getWhiteboardCreateOption | ( | ) |
Get the setting option for whiteboard who can initiate new whiteboard.
| SDKWhiteboardShareOption us.zoom.sdk.InMeetingWhiteboardController.getWhiteboardShareOption | ( | ) |
Get the setting option for whiteboard who can share.
| boolean us.zoom.sdk.InMeetingWhiteboardController.isOtherSharingWhiteboard | ( | ) |
Query if other user is sharing whiteboard.
| boolean us.zoom.sdk.InMeetingWhiteboardController.isParticipantsCreateWithoutHostEnabled | ( | ) |
Determines whether enable the participants create new whiteboard without host in the meeting.
| boolean us.zoom.sdk.InMeetingWhiteboardController.isSharingWhiteboardOut | ( | ) |
Query if the current user is successfully sharing a whiteboard.
| boolean us.zoom.sdk.InMeetingWhiteboardController.isSupportWhiteBoard | ( | ) |
Determines whether the current meeting supports the whiteboard or not.
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.setEvent | ( | InMeetingWhiteboardCtrlEvent | pEvent | ) |
Configure the meeting white board controller callback event handler.
| pEvent | Event object. |
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.setWhiteboardCreateOption | ( | SDKWhiteboardCreateOption | option | ) |
Set the setting option for whiteboard who can initiate new whiteboard.
| option | Setting option for whiteboard who can initiate new whiteboard. |
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.setWhiteboardShareOption | ( | SDKWhiteboardShareOption | option | ) |
Set the setting option for whiteboard who can share.
| option | ew setting for whiteboard who can share,SDKWhiteboardShareOption |
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.showDashboardView | ( | Activity | activity, |
| int | requestCode ) |
Show the dashboard web view activity.
| activity | the top resume activity |
| requestCode | the request code Activity#startActivityForResult(Intent, int) |
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.startNewWhiteboardShare | ( | ) |
Starts sharing a new whiteboard.
| MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.stopWhiteboardShare | ( | ) |
When self sharing whiteboard, stop self; when self not sharing, stop all others.