macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKNotificationServiceController Class Reference

#import <ZoomSDKNotificationServiceController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isTransferMeetingEnabled
 Determine whether the transfer meeting feature is enabled.
 
(ZoomSDKError- transferMeeting:
 Try to transfer meeting to current device.
 

Properties

id< ZoomSDKNotificationServiceDelegatedelegate
 

Detailed Description

Definition at line 46 of file ZoomSDKNotificationServiceController.h.

Method Documentation

◆ isTransferMeetingEnabled

- (BOOL) isTransferMeetingEnabled

Determine whether the transfer meeting feature is enabled.

◆ transferMeeting:

- (ZoomSDKError) transferMeeting: (int)  index

Try to transfer meeting to current device.

Parameters
indexSpecifies the index.
Returns
If the function succeeds, it will return ZoomSDKError_success, otherwise not.

Property Documentation

◆ delegate

- (id<ZoomSDKNotificationServiceDelegate>) delegate
readwritenonatomicassign

Definition at line 48 of file ZoomSDKNotificationServiceController.h.