|
Meeting SDK for macOS API Reference
|
Controller class to manage meeting transfer and presence features. More...
#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 |
| Delegate to receive meeting transfer and presence-related callbacks. | |
Controller class to manage meeting transfer and presence features.
Definition at line 105 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 |
Delegate to receive meeting transfer and presence-related callbacks.
Definition at line 109 of file ZoomSDKNotificationServiceController.h.