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

#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

Definition at line 60 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.