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

#import <ZoomSDKNotificationServiceController.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

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

◆ onTransferMeetingStatus:

- (void) onTransferMeetingStatus: (BOOL)  bSuccess

Transfer meeting status changed callback.

Parameters
bSuccessThe result of transfer meeting.