Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKDocsSharingSourceInfo Class Reference

ZOOM docs share information class. More...

#include <ZoomSDKMeetingDocsController.h>

Inherits NSObject.

Properties

unsigned int shareSourceID
 Get the share source ID of who is sharing Zoom docs.
 
unsigned int userID
 Get the user ID of who is sharing Zoom docs.
 
ZoomSDKDocsStatus status
 Get the status of Zoom docs sharing.
 
NSString * docTitle
 Get the title of the shared Zoom docs.
 

Detailed Description

ZOOM docs share information class.

Definition at line 9 of file ZoomSDKMeetingDocsController.h.

Property Documentation

◆ docTitle

- (NSString*) docTitle
readnonatomiccopy

Get the title of the shared Zoom docs.

Definition at line 25 of file ZoomSDKMeetingDocsController.h.

◆ shareSourceID

- (unsigned int) shareSourceID
readnonatomicassign

Get the share source ID of who is sharing Zoom docs.

Definition at line 13 of file ZoomSDKMeetingDocsController.h.

◆ status

- (ZoomSDKDocsStatus) status
readnonatomicassign

Get the status of Zoom docs sharing.

Definition at line 21 of file ZoomSDKMeetingDocsController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID of who is sharing Zoom docs.

Definition at line 17 of file ZoomSDKMeetingDocsController.h.