6#import <MobileRTC/MobileRTC.h>
43@interface MobileRTCMeetingService (Docs)
63- (
MobileRTCSDKError)showDocByParentViewCtroller:(UIViewController* _Nonnull)parentVC;
72- (
MobileRTCSDKError)showActiveDoc:(NSUInteger)shareSourceID byParentViewCtroller:(UIViewController* _Nonnull)parentVC;
MobileRTCDocsCreateOption
Enumeration of the document creation permission options.
MobileRTCSDKError
Enumeration of the SDK error.
MobileRTCCannotShareReasonType
Enumeration of the reasons why sharing is not allowed.
MobileRTCDocsShareOption
Enumeration of the document sharing permission options.
MobileRTCDocsStatus
Enumeration of the document sharing status in a meeting.
MobileRTCDocsShareOption getDocsShareOption()
Gets the setting option for Docs who can share.
MobileRTCSDKError showDocDashboardView()
Shows the dashboard web view window.
void dismissDocOrDashboardView()
Dismisses Doc or dashboard.
MobileRTCCannotShareReasonType canStartShareDoc()
Determines whether the current user can start sharing Doc.
BOOL isSharingDocsOut()
Queries if the current user is sharing docs successfully.
BOOL isOtherSharingDocs()
Queries if other user is sharing docs.
BOOL isSupportDocs()
Determines whether the current meeting supports Docs.
BOOL canSetDocsOption()
Determines whether the current user can set Docs option.
MobileRTCDocsCreateOption getDocsCreateOption()
Gets the setting option for who can initiate new Docs.
Share source info of Zoom docs.
MobileRTCDocsStatus getStatus()
Gets the status of the Doc Sharing Source Info.
NSUInteger getShareSourceID()
Gets the sharing source ID.
NSUInteger getUserID()
Gets the user ID of the Doc Sharing Source info.
NSString *_Nullable getDocTitle()
Gets the title of the Doc Sharing Source Info.