11#import <Foundation/Foundation.h>
12#import <ZoomSDK/ZoomSDKErrors.h>
14NS_ASSUME_NONNULL_BEGIN
28@property(nonatomic, assign, readonly)
unsigned int userID;
36@property(nonatomic, copy, readonly) NSString *
docTitle;
45@protocol ZoomSDKMeetingDocsControllerDelegate <NSObject>
69@property(nonatomic,assign,nullable) id<ZoomSDKMeetingDocsControllerDelegate> delegate;
88- (BOOL)canSetDocsOption;
94- (BOOL)isOtherSharingDocs;
100- (BOOL)isSharingDocsOut;
158- (
ZoomSDKError)showDocsWindow:(
unsigned int)shareSourceID;
171- (NSArray<NSNumber *>* _Nullable)getViewableSharingUserList;
178- (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 sharing source information class.
ZoomSDKDocsStatus status
Gets the status of Zoom docs sharing.
unsigned int userID
Gets the user ID of who is sharing Zoom docs.
unsigned int shareSourceID
Gets the share source ID of who is sharing Zoom docs.
NSString * docTitle
Gets the shared Zoom docs's title.
Zoom SDK meeting docs sharing controller.