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

Provides information and operation interface for the result of meeting transfer. More...

#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

Provides information and operation interface for the result of meeting transfer.

Definition at line 52 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 62 of file ZoomSDKNotificationServiceController.h.

◆ transferMeetingMode

- (ZoomSDKTransferMeetingMode) transferMeetingMode
readnonatomicassign

Determine current transfer meeting mode.

Definition at line 57 of file ZoomSDKNotificationServiceController.h.