3import androidx.fragment.app.FragmentActivity;
36 SDKDocsShareOption_AllGrabShare
53 SDKDocsCreateOption_All
Enumeration of reasons why sharing is not allowed.
Enumeration of document creation permission options.
SDKDocsCreateOption_AccountUsers
SDKDocsCreateOption_HostOnly
Enumeration of document sharing permission options.
SDKDocsShareOption_HostGrabShare
SDKDocsShareOption_HostShare
Enumeration of document sharing status in a meeting.
Enumeration of common errors of SDK.
void onDocsStatusChanged(ZoomSDKDocSharingSourceInfo info)
Docs status changed callback. Use this function to inform that the user docs status changed,...
void onDocsPermissionChanged(SDKDocsCreateOption createOption, SDKDocsShareOption option)
Callback event of docs share setting type changed.
Docs Controller in ZOOM meeting.
List< ZoomSDKDocSharingSourceInfo > getDocsSharingSourceInfoList(long userID)
Get the list of docs sharing source info.
MobileRTCSDKError setDocsCreateOption(SDKDocsCreateOption option)
Set the setting option for who can initiate new docs.
MobileRTCSDKError showDocsHomeView(FragmentActivity activity)
Show the docs home view. This interface can only be used when MeetingSettingsHelper#isCustomizedMeeti...
boolean isSharingDocsOut()
Query if the current user is sharing docs successfully.
boolean isSupportDocs()
Determine whether the current meeting supports the docs or not.
MobileRTCSDKError setDocsShareOption(SDKDocsShareOption option)
Set the setting option for who can share docs.
boolean canSetDocsOption()
Determine whether the current user can set docs option or not.
SDKDocsShareOption getDocsShareOption()
Get the setting option for who can share docs.
List< Long > getViewableDocsSharingUserList()
Get the ID of users who are sharing docs.
SDKDocsCreateOption getDocsCreateOption()
Get the setting option for docs who can initiate new docs.
CannotShareReasonType canStartShareDoc()
Determine whether the current user can start sharing docs or not.
MobileRTCSDKError setEvent(InMeetingDocsEvent pEvent)
Configure the meeting docs controller callback event handler.
boolean isOtherSharingDocs()
Query if other user is sharing docs.
Share source info of zoom docs.