9#import <MobileRTC/MobileRTC.h>
46@interface MobileRTCMeetingService (Docs)
66- (
MobileRTCSDKError)showDocByParentViewCtroller:(UIViewController* _Nonnull)parentVC;
MobileRTCDocsCreateOption
Enumeration of document creation permission options.
MobileRTCSDKError
Enumeration of SDK error.
MobileRTCCannotShareReasonType
Enumeration of reasons why sharing is not allowed.
MobileRTCDocsShareOption
Enumeration of document sharing permission options.
MobileRTCDocsStatus
Enumeration of document sharing status in a meeting.
MobileRTCDocsShareOption getDocsShareOption()
Get the setting option for Docs who can share.
MobileRTCSDKError showDocDashboardView()
Show the dashboard web view window.
void dismissDocOrDashboardView()
Dismiss Doc Dashboard.
MobileRTCCannotShareReasonType canStartShareDoc()
Determine whether the current user can start share Doc or not.
BOOL isSharingDocsOut()
Query if the current user is sharing docs successfully.
BOOL isOtherSharingDocs()
Query if other user is sharing docs.
BOOL isSupportDocs()
Determine whether the current meeting supports the Docs or not.
BOOL canSetDocsOption()
Determine whether the current user can set Docs option or not.
MobileRTCDocsCreateOption getDocsCreateOption()
Get the setting option for who can initiate new Docs.
Share source info of Zoom docs.
MobileRTCDocsStatus getStatus()
Get the Status of the Doc Sharing Source Info.
NSUInteger getShareSourceID()
Get the ID of the Doc Sharing Source Source Info.
NSUInteger getUserID()
Get the User ID of the Doc Sharing Source info.
NSString *_Nullable getDocTitle()
Get the Title of the Doc Sharing Source Info.