◆ canStartShareWhiteboard()
Determine whether the current meeting can start sharing the whiteboard.
- Returns
- The reason that no one can start share the whiteboard.
◆ enableParticipantsCreateWithoutHost()
MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.enableParticipantsCreateWithoutHost |
( |
boolean | bEnable | ) |
|
Enable the participants create new whiteboard without host in the meeting.
- Parameters
-
bEnable | true indicates to enable. false not. |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ getWhiteboardCreateOption()
Get the setting option for whiteboard who can initiate new whiteboard.
◆ getWhiteboardShareOption()
Get the setting option for whiteboard who can share.
◆ isOtherSharingWhiteboard()
boolean us.zoom.sdk.InMeetingWhiteboardController.isOtherSharingWhiteboard |
( |
| ) |
|
Query if other user is sharing whiteboard.
- Returns
- true means sharing, false not.
◆ isParticipantsCreateWithoutHostEnabled()
boolean us.zoom.sdk.InMeetingWhiteboardController.isParticipantsCreateWithoutHostEnabled |
( |
| ) |
|
Determine whether enable the participants create new whiteboard without host in the meeting.
- Returns
- true indicates to can.
◆ isSharingWhiteboardOut()
boolean us.zoom.sdk.InMeetingWhiteboardController.isSharingWhiteboardOut |
( |
| ) |
|
Query if the current user is successfully sharing a whiteboard.
- Returns
- true means that they are sharing, FALSE means that they are not.
◆ isSupportWhiteBoard()
boolean us.zoom.sdk.InMeetingWhiteboardController.isSupportWhiteBoard |
( |
| ) |
|
Determine whether the current meeting supports the whiteboard or not.
- Returns
- true indicates to support.
◆ setEvent()
Configure the meeting white board controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ setWhiteboardCreateOption()
Set the setting option for whiteboard who can initiate new whiteboard.
- Parameters
-
option | Setting option for whiteboard who can initiate new whiteboard. |
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ setWhiteboardShareOption()
Set the setting option for whiteboard who can share.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.
◆ showDashboardView()
MobileRTCSDKError us.zoom.sdk.InMeetingWhiteboardController.showDashboardView |
( |
Activity | activity, |
|
|
int | requestCode ) |
Show the dashboard web view activity.
- Parameters
-
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.