Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingDocsController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import androidx.fragment.app.FragmentActivity;
4
5import java.util.List;
6
Enumeration of reasons why sharing is not allowed.
Enumeration of document creation permission options.
Enumeration of document sharing permission options.
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.
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.