Meeting SDK for Windows API Reference
|
Meeting Service White Board Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
class | IMeetingWhiteboardCtrlEvent |
Whiteboard controller callback event. More... | |
class | IMeetingWhiteboardController |
Whiteboard controller interface. More... | |
Enumerations | |
enum | SDKWhiteboardShareOption { SDKWhiteboardShareOption_HostShare , SDKWhiteboardShareOption_HostGrabShare , SDKWhiteboardShareOption_AllGrabShare } |
Whiteboard who can share setting type. More... | |
enum | SDKWhiteboardCreateOption { SDKWhiteboardCreateOption_HostOnly , SDKWhiteboardCreateOption_AccountUsers , SDKWhiteboardCreateOption_All } |
Whiteboard who can initiate new whiteboard setting type. More... | |
enum | SDKWhiteboardStatus { SDKWhiteboardStatus_Started , SDKWhiteboardStatus_Stopped } |
Meeting Service White Board Interface.
Definition in file meeting_whiteboard_ctrl_interface.h.
Whiteboard who can initiate new whiteboard setting type.
Definition at line 24 of file meeting_whiteboard_ctrl_interface.h.
Whiteboard who can share setting type.
Definition at line 14 of file meeting_whiteboard_ctrl_interface.h.
enum SDKWhiteboardStatus |
Enumerator | |
---|---|
SDKWhiteboardStatus_Started | User stared sharing their whiteboard. |
SDKWhiteboardStatus_Stopped | User stopped sharing their whiteboard. |
Definition at line 34 of file meeting_whiteboard_ctrl_interface.h.