Docs Controller in ZOOM meeting.  
 More...
Docs Controller in ZOOM meeting. 
Definition at line 10 of file InMeetingDocsController.java.
◆ canSetDocsOption()
      
        
          | boolean us.zoom.sdk.InMeetingDocsController.canSetDocsOption | ( |  | ) |  | 
      
 
Determine whether the current user can set docs option or not. 
- Returns
- true means the current user can set docs option, false means the user can't set docs option. 
 
 
◆ canStartShareDoc()
Determine whether the current user can start sharing docs or not. 
- Returns
- The reason why no one can start sharing the doc. 
 
 
◆ getDocsCreateOption()
Get the setting option for docs who can initiate new docs. 
- Returns
- option seeSDKDocsCreateOption
 
 
◆ getDocsShareOption()
Get the setting option for who can share docs. 
- Returns
- option 
 
 
◆ getDocsSharingSourceInfoList()
Get the list of docs sharing source info. 
- Parameters
- 
  
    | userID | The ID of the user who is sharing docs. |  
 
- Returns
- if the function succeeds, the return value is list, Otherwise, the return value is null. 
 
 
◆ getViewableDocsSharingUserList()
      
        
          | List< Long > us.zoom.sdk.InMeetingDocsController.getViewableDocsSharingUserList | ( |  | ) |  | 
      
 
Get the ID of users who are sharing docs. 
- Returns
- A list of userID of all users who are sharing docs. 
 
 
◆ isOtherSharingDocs()
      
        
          | boolean us.zoom.sdk.InMeetingDocsController.isOtherSharingDocs | ( |  | ) |  | 
      
 
Query if other user is sharing docs. 
- Returns
- TRUE means sharing, FALSE not. 
 
 
◆ isSharingDocsOut()
      
        
          | boolean us.zoom.sdk.InMeetingDocsController.isSharingDocsOut | ( |  | ) |  | 
      
 
Query if the current user is sharing docs successfully. 
- Returns
- TRUE means sharing successfully, FALSE not. 
 
 
◆ isSupportDocs()
      
        
          | boolean us.zoom.sdk.InMeetingDocsController.isSupportDocs | ( |  | ) |  | 
      
 
Determine whether the current meeting supports the docs or not. 
- Returns
- true means the current meeting supports the Docs, false means the Docs is not supported. 
 
 
◆ setDocsCreateOption()
Set the setting option for who can initiate new docs. 
- Parameters
- 
  
    | option | Setting option for who can initiate new docs. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ setDocsShareOption()
Set the setting option for who can share docs. 
- Parameters
- 
  
  
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ setEvent()
Configure the meeting docs controller callback event handler. 
- Parameters
- 
  
    | pEvent | docs event callback. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ showDocsHomeView()
      
        
          | MobileRTCSDKError us.zoom.sdk.InMeetingDocsController.showDocsHomeView | ( | FragmentActivity | activity | ) |  |