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

Detailed Description

Definition at line 28 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. See ZoomSDKDocsCreateOption.
shareOptionDocs who can share type. See ZoomSDKDocsShareOption.

◆ 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. See ZoomSDKDocsSharingSourceInfo