Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKTransferMeetingHandler Class Reference

#include <ZoomSDKNotificationServiceController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- leaveCompanionToJoinMeeting
 Try to leave companion mode and rejoin the meeting in normal mode.
 

Properties

ZoomSDKTransferMeetingMode transferMeetingMode
 Determine current transfer meeting mode.
 
BOOL isTransferMeetingSuccess
 Determine transfer meeting is success.
 

Detailed Description

Definition at line 41 of file ZoomSDKNotificationServiceController.h.

Method Documentation

◆ leaveCompanionToJoinMeeting

- (ZoomSDKError) leaveCompanionToJoinMeeting

Try to leave companion mode and rejoin the meeting in normal mode.

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

Property Documentation

◆ isTransferMeetingSuccess

- (BOOL) isTransferMeetingSuccess
readnonatomicassign

Determine transfer meeting is success.

Definition at line 51 of file ZoomSDKNotificationServiceController.h.

◆ transferMeetingMode

- (ZoomSDKTransferMeetingMode) transferMeetingMode
readnonatomicassign

Determine current transfer meeting mode.

Definition at line 46 of file ZoomSDKNotificationServiceController.h.