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
 Determines current transfer meeting mode.
 
BOOL isTransferMeetingSuccess
 Determines 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 returns ZoomSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ isTransferMeetingSuccess

- (BOOL) isTransferMeetingSuccess
readnonatomicassign

Determines transfer meeting is success.

Definition at line 62 of file ZoomSDKNotificationServiceController.h.

◆ transferMeetingMode

- (ZoomSDKTransferMeetingMode) transferMeetingMode
readnonatomicassign

Determines current transfer meeting mode.

Definition at line 57 of file ZoomSDKNotificationServiceController.h.