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

Callback protocol for meeting transfer and device presence notifications. More...

#include <ZoomSDKNotificationServiceController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onTransferMeetingStatus:
 Transfer meeting status changed or join companion mode meeting callback.
 
(void) - onTransferMeetingResult:
 Transfer meeting status changed callback or join companion mode meeting callback.
 
(void) - onMeetingDeviceListChanged:
 Callback event that the device for users to attend the meeting has changed.
 

Detailed Description

Callback protocol for meeting transfer and device presence notifications.

Definition at line 76 of file ZoomSDKNotificationServiceController.h.

Method Documentation

◆ onMeetingDeviceListChanged:

- (void) onMeetingDeviceListChanged: (NSArray< ZoomSDKInMeetingDeviceInfo * > *) deviceList

Callback event that the device for users to attend the meeting has changed.

Parameters
deviceListA list of meeting info with active meetings.
Note
If the user use ZoomSDKAuthService#registerNotificationService. interface to connect to the service, they can't get webinar meeting list in this callback.

◆ onTransferMeetingResult:

- (void) onTransferMeetingResult: (ZoomSDKTransferMeetingHandler *_Nullable) handler

Transfer meeting status changed callback or join companion mode meeting callback.

Parameters
handlerA pointer of ZoomSDKTransferMeetingHandler.

◆ onTransferMeetingStatus:

- (void) onTransferMeetingStatus: (BOOL) bSuccess

Transfer meeting status changed or join companion mode meeting callback.

Parameters
bSuccessThe result of transfer meeting.
Deprecated
Use ZoomSDKNotificationServiceDelegate::onTransferMeetingResult: instead.