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

Zoom Docs sharing source 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 sharing source information class.

Definition at line 20 of file ZoomSDKMeetingDocsController.h.

Property Documentation

◆ docTitle

- (NSString*) docTitle
readnonatomiccopy

Get the title of the shared Zoom docs.

Definition at line 36 of file ZoomSDKMeetingDocsController.h.

◆ shareSourceID

- (unsigned int) shareSourceID
readnonatomicassign

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

Definition at line 24 of file ZoomSDKMeetingDocsController.h.

◆ status

- (ZoomSDKDocsStatus) status
readnonatomicassign

Get the status of Zoom docs sharing.

Definition at line 32 of file ZoomSDKMeetingDocsController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID of who is sharing Zoom docs.

Definition at line 28 of file ZoomSDKMeetingDocsController.h.