Meeting SDK for macOS API Reference
|
Controller to manage whiteboard functionality during Zoom meetings. More...
#include <ZoomSDKMeetingWhiteboardController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - setParentWindow: |
Set the whiteboard web view and dashboard web view owner window. | |
(BOOL) | - isSupportWhiteBoard |
Determine whether the current meeting supports the whiteboard or not. | |
(BOOL) | - canStartShareWhiteboard: |
Determine whether the current meeting can start sharing the whiteboard. | |
(ZoomSDKError) | - showDashboardView: |
Show the dashboard web view window. | |
(ZoomSDKError) | - setDashboardViewSize: |
Set the dashboard web view window size. | |
(ZoomSDKError) | - setWhiteboardViewPos: |
Set the whiteboard web view window position. | |
(ZoomSDKError) | - setWhiteboardViewSize: |
Set the whiteboard web view window size. | |
(ZoomSDKError) | - setWhiteboardShareOption: |
Set the option for who can share a whiteboard. | |
(ZoomSDKWhiteboardShareOption) | - getWhiteboardShareOption |
Get the option for who can share whiteboards. | |
(ZoomSDKError) | - setWhiteboardCreateOption: |
Set the option for whiteboard who can initiate a new whiteboard. | |
(ZoomSDKWhiteboardCreateOption) | - getWhiteboardCreateOption |
Get the option for whiteboard who can initiate a new whiteboard. | |
(ZoomSDKError) | - enableParticipantsCreateWithoutHost: |
Enable the participants create a new whiteboard without the host in the meeting. | |
(BOOL) | - isParticipantsCreateWithoutHostEnabled |
Determine whether to enable the participants create a new whiteboard without the host in the meeting. | |
(BOOL) | - isOtherSharingWhiteboard |
Query if other user is sharing a whiteboard. | |
(BOOL) | - isSharingWhiteboardOut |
if the current user is successfully sharing a whiteboard. | |
Properties | |
id< ZoomSDKMeetingWhiteboardControllerDelegate > | delegate |
Controller to manage whiteboard functionality during Zoom meetings.
This class provides interfaces to control whiteboard display, settings, permissions, and status in a meeting environment.
Definition at line 48 of file ZoomSDKMeetingWhiteboardController.h.
- (BOOL) canStartShareWhiteboard: | (ZoomSDKCannotShareReasonType *) | reason |
Determine whether the current meeting can start sharing the whiteboard.
reason | The reason no one can start sharing the whiteboard. |
References delegate, getWhiteboardCreateOption, getWhiteboardShareOption, isOtherSharingWhiteboard, isParticipantsCreateWithoutHostEnabled, isSharingWhiteboardOut, and isSupportWhiteBoard.
- (ZoomSDKError) enableParticipantsCreateWithoutHost: | (BOOL) | bEnable |
Enable the participants create a new whiteboard without the host in the meeting.
bEnable | YES indicates to enable. NO is not. |
- (ZoomSDKWhiteboardCreateOption) getWhiteboardCreateOption |
Get the option for whiteboard who can initiate a new whiteboard.
Referenced by canStartShareWhiteboard:.
- (ZoomSDKWhiteboardShareOption) getWhiteboardShareOption |
Get the option for who can share whiteboards.
Referenced by canStartShareWhiteboard:.
- (BOOL) isOtherSharingWhiteboard |
Query if other user is sharing a whiteboard.
Referenced by canStartShareWhiteboard:.
- (BOOL) isParticipantsCreateWithoutHostEnabled |
Determine whether to enable the participants create a new whiteboard without the host in the meeting.
Referenced by canStartShareWhiteboard:.
- (BOOL) isSharingWhiteboardOut |
if the current user is successfully sharing a whiteboard.
Referenced by canStartShareWhiteboard:.
- (BOOL) isSupportWhiteBoard |
Determine whether the current meeting supports the whiteboard or not.
Referenced by canStartShareWhiteboard:.
- (ZoomSDKError) setDashboardViewSize: | (NSSize) | size |
Set the dashboard web view window size.
size | The size of display dashboard web view window. If the size is (0,0) the window size will be default size. |
- (ZoomSDKError) setParentWindow: | (NSWindow *) | window |
Set the whiteboard web view and dashboard web view owner window.
window | Specify the owner window. If the window is nil, the desktop window will be the owner window. |
ZoomSDKError_Success
. - (ZoomSDKError) setWhiteboardCreateOption: | (ZoomSDKWhiteboardCreateOption) | option |
Set the option for whiteboard who can initiate a new whiteboard.
option | Setting option for who can initiate a new whiteboard. |
- (ZoomSDKError) setWhiteboardShareOption: | (ZoomSDKWhiteboardShareOption) | option |
Set the option for who can share a whiteboard.
option | New setting for who can share a whiteboard. |
- (ZoomSDKError) setWhiteboardViewPos: | (NSPoint) | point |
Set the whiteboard web view window position.
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. |
- (ZoomSDKError) setWhiteboardViewSize: | (NSSize) | size |
Set the whiteboard web view window size.
size | The size of display whiteboard web view window. If the size is (0,0) the window size will be default size. |
- (ZoomSDKError) showDashboardView: | (NSPoint) | point |
Show the dashboard web view window.
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. |
|
readwritenonatomicassign |
Definition at line 49 of file ZoomSDKMeetingWhiteboardController.h.
Referenced by canStartShareWhiteboard:.