Meeting SDK for macOS API 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. | |
Definition at line 65 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 |