1#import <Foundation/Foundation.h>
2#import <ZoomSDK/ZoomSDKErrors.h>
17@property(nonatomic, assign, readonly)
unsigned int userID;
25@property(nonatomic, copy, readonly) NSString *
docTitle;
28@protocol ZoomSDKMeetingDocsControllerDelegate <NSObject>
45@property(nonatomic,assign,nullable) id<ZoomSDKMeetingDocsControllerDelegate> delegate;
64- (BOOL)canSetDocsOption;
70- (BOOL)isOtherSharingDocs;
76- (BOOL)isSharingDocsOut;
134- (
ZoomSDKError)showDocsWindow:(
unsigned int)shareSourceID;
147- (NSArray<NSNumber *>* _Nullable)getViewableSharingUserList;
154- (NSArray<ZoomSDKDocsSharingSourceInfo *>* _Nullable)getSharingSourceInfoList:(
unsigned int)userID;
ZoomSDKDocsStatus
Enumeration of document sharing status in a meeting.
ZoomSDKCannotShareReasonType
Enumeration of reasons why sharing is not allowed.
ZoomSDKDocsCreateOption
Enumeration of document creation permission options.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKDocsShareOption
Enumeration of document sharing permission options.
ZOOM docs share information class.
ZoomSDKDocsStatus status
Get the status of Zoom docs sharing.
unsigned int userID
Get the user ID of who is sharing Zoom docs.
unsigned int shareSourceID
Get the share source ID of who is sharing Zoom docs.
NSString * docTitle
Get the title of the shared Zoom docs.