Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomSDKDocSharingSourceInfo Class Referenceabstract

Share source info of Zoom docs. More...

#include <meeting_docs_interface.h>

Public Member Functions

virtual SDKDocsStatus GetStatus ()=0
 Get the status of Zoom docs sharing.
 
virtual const zchar_tGetDocTitle ()=0
 Get the title of the sharing Zoom docs.
 
virtual unsigned int GetShareSourceID ()=0
 Get the share source id of the sharing Zoom docs.
 
virtual unsigned int GetUserID ()=0
 Get the user id who is sharing Zoom docs.
 
virtual ~IZoomSDKDocSharingSourceInfo ()
 

Detailed Description

Share source info of Zoom docs.

Definition at line 53 of file meeting_docs_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomSDKDocSharingSourceInfo()

virtual IZoomSDKDocSharingSourceInfo::~IZoomSDKDocSharingSourceInfo ( )
inlinevirtual

Definition at line 80 of file meeting_docs_interface.h.

80{};

Member Function Documentation

◆ GetDocTitle()

virtual const zchar_t * IZoomSDKDocSharingSourceInfo::GetDocTitle ( )
pure virtual

Get the title of the sharing Zoom docs.

Returns
The title of the sharing Zoom docs.

◆ GetShareSourceID()

virtual unsigned int IZoomSDKDocSharingSourceInfo::GetShareSourceID ( )
pure virtual

Get the share source id of the sharing Zoom docs.

Returns
The share source id of the sharing Zoom docs.

◆ GetStatus()

virtual SDKDocsStatus IZoomSDKDocSharingSourceInfo::GetStatus ( )
pure virtual

Get the status of Zoom docs sharing.

Returns
Value defined in SDKDocsStatus enum, see SDKDocsStatus enum.

◆ GetUserID()

virtual unsigned int IZoomSDKDocSharingSourceInfo::GetUserID ( )
pure virtual

Get the user id who is sharing Zoom docs.

Parameters
Theuser id who is sharing Zoom docs