#include <ZoomSDKMeetingWhiteboardController.h>
Inherits NSObject.
◆ canStartShareWhiteboard:
◆ enableParticipantsCreateWithoutHost:
- (ZoomSDKError) enableParticipantsCreateWithoutHost: |
|
(BOOL) | bEnable |
|
Enable the participants create a new whiteboard without the host in the meeting.
- Parameters
-
bEnable | YES indicates to enable. NO is not. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ getWhiteboardCreateOption
Get the option for whiteboard who can initiate a new whiteboard.
- Returns
- The return value is the setting option for whiteboard who can initiate a new whiteboard.
Referenced by canStartShareWhiteboard:.
◆ getWhiteboardShareOption
Get the option for who can share whiteboards.
- Returns
- The return value is the setting option for who can share a whiteboard.
Referenced by canStartShareWhiteboard:.
◆ isOtherSharingWhiteboard
- (BOOL) isOtherSharingWhiteboard |
|
|
|
Query if other user is sharing a whiteboard.
- Returns
- YES means that they are sharing, NO means that they are not.
Referenced by canStartShareWhiteboard:.
◆ isParticipantsCreateWithoutHostEnabled
- (BOOL) isParticipantsCreateWithoutHostEnabled |
|
|
|
Determine whether to enable the participants create a new whiteboard without the host in the meeting.
- Returns
- YES indicates that they have these permissions.
Referenced by canStartShareWhiteboard:.
◆ isSharingWhiteboardOut
- (BOOL) isSharingWhiteboardOut |
|
|
|
if the current user is successfully sharing a whiteboard.
- Returns
- YES means that they are sharing, NO means that they are not.
Referenced by canStartShareWhiteboard:.
◆ isSupportWhiteBoard
- (BOOL) isSupportWhiteBoard |
|
|
|
Determine whether the current meeting supports the whiteboard or not.
- Returns
- YES indicates to support.
Referenced by canStartShareWhiteboard:.
◆ setDashboardViewSize:
Set the dashboard web view window size.
- Parameters
-
size | The size of display dashboard web view window. If the size is (0,0) the window size will be default size. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ setParentWindow:
Set the whiteboard web view and dashboard web view owner window.
- Parameters
-
window | Specify the owner window. If the window is nil, the desktop window will be the owner window. |
- Returns
- If the function succeeds, it will return
ZoomSDKError_Success
.
- Warning
- This function should be called before call ShowDashboardView. Call this function before calling showDashboardView. Call this function when receiving the meeting status ZoomSDKMeetingStatus_InMeeting. Valid only for user custom interface mode.
◆ setWhiteboardCreateOption:
Set the option for whiteboard who can initiate a new whiteboard.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ setWhiteboardShareOption:
Set the option for who can share a whiteboard.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ setWhiteboardViewPos:
Set the whiteboard web view window position.
- Parameters
-
point | The original point to display dashboard web view window. If the point is (-1,-1) the window positon will be in the center of the screen where the owner window is located. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ setWhiteboardViewSize:
Set the whiteboard web view window size.
- Parameters
-
size | The size of display whiteboard web view window. If the size is (0,0) the window size will be default size. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ showDashboardView:
Show the dashboard web view window.
- Parameters
-
point | The original point to display dashboard web view window. If the point is (-1,-1) the window positon will be in the center of the screen where the owner window is located. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function fails.
◆ delegate