Meeting SDK for macOS API Reference
|
#include <ZoomSDKMeetingDocsController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onDocsSharingSourceInfoChanged: |
Docs status changed callback. Use this function to inform that the user docs status changed, and all users in the meeting can get the event. | |
(void) | - onDocsPermissionChanged:shareOption: |
Callback event of docs share setting type changed. | |
Definition at line 28 of file ZoomSDKMeetingDocsController.h.
- (void) onDocsPermissionChanged: | (ZoomSDKDocsCreateOption) | createOption | |
shareOption: | (ZoomSDKDocsShareOption) | shareOption |
Callback event of docs share setting type changed.
createOption | Docs who can create new docs type. See ZoomSDKDocsCreateOption. |
shareOption | Docs who can share type. See ZoomSDKDocsShareOption. |
- (void) onDocsSharingSourceInfoChanged: | (ZoomSDKDocsSharingSourceInfo *) | shareSourceInfo |
Docs status changed callback. Use this function to inform that the user docs status changed, and all users in the meeting can get the event.
shareSourceInfo | Share source info of Zoom docs. See ZoomSDKDocsSharingSourceInfo |