|
Meeting SDK for macOS API Reference
|
Callback event for Zoom Docs sharing events. More...
#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. | |
Callback event for Zoom Docs sharing events.
Definition at line 45 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. |
| shareOption | Docs who can share type. |
| - (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. |