#include <ZoomSDKMeetingDocsController.h>
Inherits NSObject.
◆ canSetDocsOption
- (BOOL) canSetDocsOption |
|
|
|
Determine whether the current user can set docs options or not.
- Returns
- YES means the current user can set docs options, NO means the user can' not set docs options.
◆ canStartShareDocs:
Determine whether the current user can start sharing the docs or not.
- Parameters
-
- Returns
- YES indicates you can start sharing the docs.
◆ closeDocsWindow
Close the docs web view window.
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success
. Otherwise, the function fails.
- Note
- Only available for the custom UI.
◆ getDocsCreateOption
◆ getDocsShareOption
◆ getSharingSourceInfoList:
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 a pointer to the NSArray<ZoomSDKDocsSharingSourceInfo*>. Otherwise, the return value is nil.
◆ getViewableSharingUserList
- (NSArray< NSNumber * > *_Nullable) getViewableSharingUserList |
|
|
|
Get the ID of users who are sharing docs.
- Returns
- A list of userID of all users who are sharing docs.
◆ isOtherSharingDocs
- (BOOL) isOtherSharingDocs |
|
|
|
Query if other user is sharing docs.
- Returns
- YES means sharing.
◆ isSharingDocsOut
- (BOOL) isSharingDocsOut |
|
|
|
Query if the current user is sharing docs successfully.
- Returns
- YES means sharing successfully.
◆ isSupportDocs
Determine whether the current meeting supports docs or not.
- Returns
- YES indicates that the current meeting supports docs.
◆ setDocsCreateOption:
Set the setting option for who can initiate new docs.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ setDocsShareOption:
Set the docs'setting option for who can share docs.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ setDocsWindowPos:
Set the docs web view window position.
- Parameters
-
point | The original point to display docs web view window. Default is (0,0). |
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success
. Otherwise the function fails.
- Note
- Only available for the custom UI.
◆ setDocsWindowSize:
Set the docs web view window size.
- Parameters
-
size | The size of display docs web view window. If the size is (0,0), the window size will be default size. |
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success
. Otherwise the function fails.
- Note
- Only available for the custom UI.
◆ showDashboardWindow:
Show the dashboardView web view window.
- Parameters
-
point | The original point to display dashboard web view window. Default is (0,0). |
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success
. Otherwise the function fails.
- Note
- Only available for the custom UI.
◆ showDocsWindow:
- (ZoomSDKError) showDocsWindow: |
|
(unsigned int) | shareSourceID |
|
Show the docs web view window.
- Parameters
-
shareSourceID | The share source ID that is sharing. |
- Returns
- If the function succeeds, it returns
ZoomSDKError_Success
. Otherwise, the function fails.
- Note
- Only available for the custom UI.
◆ delegate