Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingDocsControllerDelegate> Protocol 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.
 

Detailed Description

Callback event for Zoom Docs sharing events.

Definition at line 45 of file ZoomSDKMeetingDocsController.h.

Method Documentation

◆ onDocsPermissionChanged:shareOption:

- (void) onDocsPermissionChanged: (ZoomSDKDocsCreateOption) createOption
shareOption: (ZoomSDKDocsShareOption) shareOption 

Callback event of docs share setting type changed.

Parameters
createOptionDocs who can create new docs type.
shareOptionDocs who can share type.

◆ onDocsSharingSourceInfoChanged:

- (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.

Parameters
shareSourceInfoShare source info of Zoom docs.