Share source info of Zoom docs.
More...
#include <meeting_docs_interface.h>
Share source info of Zoom docs.
Definition at line 53 of file meeting_docs_interface.h.
◆ ~IZoomSDKDocSharingSourceInfo()
virtual IZoomSDKDocSharingSourceInfo::~IZoomSDKDocSharingSourceInfo |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
The | user id who is sharing Zoom docs |