macOS SDK API 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< ZoomSDKNotificationServiceDelegate > | delegate |
Definition at line 46 of file ZoomSDKNotificationServiceController.h.
- (BOOL) isTransferMeetingEnabled |
Determine whether the transfer meeting feature is enabled.
- (ZoomSDKError) transferMeeting: | (int) | index |
Try to transfer meeting to current device.
index | Specifies the index. |
|
readwritenonatomicassign |
Definition at line 48 of file ZoomSDKNotificationServiceController.h.