Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_docs_interface.h File Reference
#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  IZoomSDKDocSharingSourceInfo
 Share source info of Zoom docs. More...
 
class  IMeetingDocsCtrlEvent
 Docs controller callback event. More...
 
class  IMeetingDocsController
 Meeting Docs helper interface. More...
 

Enumerations

enum  SDKDocsStatus { SDKDocsStatus_None , SDKDocsStatus_Start , SDKDocsStatus_Stop }
 Docs share status. More...
 
enum  SDKDocsShareOption { SDKDocsShareOption_None , SDKDocsShareOption_HostShare , SDKDocsShareOption_HostGrabShare , SDKDocsShareOption_AllGrabShare }
 Docs share option. More...
 
enum  SDKDocsCreateOption { SDKDocsCreateOption_None , SDKDocsCreateOption_HostOnly , SDKDocsCreateOption_AccountUsers , SDKDocsCreateOption_All }
 Docs create option. More...
 

Enumeration Type Documentation

◆ SDKDocsCreateOption

Docs create option.

Enumerator
SDKDocsCreateOption_None 

A wrong option, maybe the meeting does not support docs.

SDKDocsCreateOption_HostOnly 

Only the host can initiate new docs.

SDKDocsCreateOption_AccountUsers 

Users under the same account can initiate new docs.

SDKDocsCreateOption_All 

All participants can initiate new docs.

Definition at line 38 of file meeting_docs_interface.h.

◆ SDKDocsShareOption

Docs share option.

Enumerator
SDKDocsShareOption_None 

A wrong option, such as the meeting not supporting docs.

SDKDocsShareOption_HostShare 

Only host can share docs.

SDKDocsShareOption_HostGrabShare 

Anyone can share docs, but only one doc can be shared at a time, and only host can take over another's sharing.

SDKDocsShareOption_AllGrabShare 

Anyone can share docs, but only one doc can be shared at a time, and anyone can take over another's sharing.

Definition at line 23 of file meeting_docs_interface.h.

◆ SDKDocsStatus

Docs share status.

Enumerator
SDKDocsStatus_None 
SDKDocsStatus_Start 

User starts sharing docs.

SDKDocsStatus_Stop 

User stops sharing docs.

Definition at line 11 of file meeting_docs_interface.h.

12{
14
16
SDKDocsStatus
Docs share status.
@ SDKDocsStatus_Start
@ SDKDocsStatus_None
@ SDKDocsStatus_Stop