Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKDirectShareHelperDelegate> Protocol Reference

#include <ZoomSDKPremeetingService.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onDirectShareStatusReceived:DirectShareReceived:
 Notification if the status of direct sharing changes.
 
(void) - onDirectShareSpecifyContent:
 Notification share specify share content.
 

Detailed Description

Definition at line 65 of file ZoomSDKPremeetingService.h.

Method Documentation

◆ onDirectShareSpecifyContent:

- (void) onDirectShareSpecifyContent: (ZoomSDKDirectShareSpecifyContentHandler *) handler

Notification share specify share content.

Parameters
handlerThe handler works only when the value of status is DirectShareStatus_Prepared

◆ onDirectShareStatusReceived:DirectShareReceived:

- (void) onDirectShareStatusReceived: (DirectShareStatus) status
DirectShareReceived: (ZoomSDKDirectShareHandler *_Nullable) handler 

Notification if the status of direct sharing changes.

Parameters
statusThe status of direct sharing.
handlerThe handler works only when the value of status is DirectShareStatus_NeedMeetingIDOrSharingKey, DirectShareStatus_WrongMeetingIDOrSharingKey or DirectShareStatus_NeedInputNewPairingCode