Meeting SDK for macOS API Reference
|
#include <ZoomSDKNotificationServiceController.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isTransferMeetingEnabled |
Determine whether the transfer meeting feature is enabled. | |
(BOOL) | - isPresenceFeatureEnabled |
Determine whether the presence feature is enabled. | |
(ZoomSDKError) | - transferMeeting: |
Try to transfer meeting to current device. | |
(ZoomSDKPresenceHelper *_Nullable) | - getPresenceHelper |
Get object of ZoomSDKPresenceHelper. | |
(ZoomSDKError) | - transferMeeting:transferMeetingMode: |
Try to transfer meeting to current device or join meeting with companion mode. | |
Properties | |
id< ZoomSDKNotificationServiceDelegate > | delegate |
Definition at line 84 of file ZoomSDKNotificationServiceController.h.
- (ZoomSDKPresenceHelper *_Nullable) getPresenceHelper |
Get object of ZoomSDKPresenceHelper.
- (BOOL) isPresenceFeatureEnabled |
Determine whether the presence feature is enabled.
- (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. |
ZoomSDKError_Success
, otherwise not. - (ZoomSDKError) transferMeeting: | (NSString *) | meetingId | |
transferMeetingMode: | (ZoomSDKTransferMeetingMode) | mode |
Try to transfer meeting to current device or join meeting with companion mode.
meetingId | Specifies the meeting list's meeting ID. |
mode | Specifies the transfer meeting mode. If the mode is ZoomSDKTransferMeetingMode_Companion, you will join meeting as a companion,Otherwise will transfer meeting to current device. |
|
readwritenonatomicassign |
Definition at line 86 of file ZoomSDKNotificationServiceController.h.