Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_whiteboard_ctrl_interface.h File 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 }
 

Detailed Description

Meeting Service White Board Interface.

Definition in file meeting_whiteboard_ctrl_interface.h.

Enumeration Type Documentation

◆ SDKWhiteboardCreateOption

Whiteboard who can initiate new whiteboard setting type.

Enumerator
SDKWhiteboardCreateOption_HostOnly 

Only the host can initiate a new whiteboard.

SDKWhiteboardCreateOption_AccountUsers 

Users under the same account as the meeting owner can initiate a new whiteboard.

SDKWhiteboardCreateOption_All 

All participants can initiate a new whiteboard.

Definition at line 24 of file meeting_whiteboard_ctrl_interface.h.

25{
SDKWhiteboardCreateOption
Whiteboard who can initiate new whiteboard setting type.
@ SDKWhiteboardCreateOption_All
All participants can initiate a new whiteboard.
@ SDKWhiteboardCreateOption_AccountUsers
Users under the same account as the meeting owner can initiate a new whiteboard.
@ SDKWhiteboardCreateOption_HostOnly
Only the host can initiate a new whiteboard.

◆ SDKWhiteboardShareOption

Whiteboard who can share setting type.

Enumerator
SDKWhiteboardShareOption_HostShare 

Only the host can share a whiteboard.

SDKWhiteboardShareOption_HostGrabShare 

Anyone can share a whiteboard, but only one can share at a time, and only the host can take another's sharing role.

SDKWhiteboardShareOption_AllGrabShare 

Anyone can share a whiteboard, but only one can share at a time, and anyone can take another's sharing role.

Definition at line 14 of file meeting_whiteboard_ctrl_interface.h.

15{
SDKWhiteboardShareOption
Whiteboard who can share setting type.
@ SDKWhiteboardShareOption_HostShare
Only the host can share a whiteboard.
@ SDKWhiteboardShareOption_HostGrabShare
Anyone can share a whiteboard, but only one can share at a time, and only the host can take another's...
@ SDKWhiteboardShareOption_AllGrabShare
Anyone can share a whiteboard, but only one can share at a time, and anyone can take another's sharin...

◆ 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.

35{
@ SDKWhiteboardStatus_Stopped
User stopped sharing their whiteboard.
@ SDKWhiteboardStatus_Started
User stared sharing their whiteboard.