Meeting SDK for macOS API Reference
|
Delegate protocol for direct share status and content specify notifications. More...
#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. | |
Delegate protocol for direct share status and content specify notifications.
Definition at line 85 of file ZoomSDKPremeetingService.h.
- (void) onDirectShareSpecifyContent: | (ZoomSDKDirectShareSpecifyContentHandler *) | handler |
Notification share specify share content.
handler | The handler works only when the value of status is DirectShareStatus_Prepared. |
- (void) onDirectShareStatusReceived: | (DirectShareStatus) | status | |
DirectShareReceived: | (ZoomSDKDirectShareHandler *_Nullable) | handler |
Notification if the status of direct sharing changes.
status | The status of direct sharing. |
handler | The handler works only when the value of status is DirectShareStatus_NeedMeetingIDOrSharingKey, DirectShareStatus_WrongMeetingIDOrSharingKey or DirectShareStatus_NeedInputNewPairingCode |