Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCTransferMeetingHandler Class Reference

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

#include <MobileRTCNotificationServiceHelper.h>

Inherits NSObject.

Instance Methods

(MobileRTCSDKError- leaveCompanionToJoinMeeting
 Leaves companion mode and rejoins the meeting in normal mode.
 

Properties

MobileRTCTransferMeetingMode mode
 Gets the mode of transfer meeting.
 
BOOL isSuccess
 Determines if transfer meeting or join meeting in companion mode succeeds.
 

Detailed Description

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

Definition at line 28 of file MobileRTCNotificationServiceHelper.h.

Method Documentation

◆ leaveCompanionToJoinMeeting

- (MobileRTCSDKError) leaveCompanionToJoinMeeting

Leaves companion mode and rejoins the meeting in normal mode.

Returns
If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.

Property Documentation

◆ isSuccess

- (BOOL) isSuccess
readnonatomicassign

Determines if transfer meeting or join meeting in companion mode succeeds.

Returns
YES if transfer meeting or join meeting in companion mode succeeds. Otherwise, NO.

Definition at line 39 of file MobileRTCNotificationServiceHelper.h.

◆ mode

- (MobileRTCTransferMeetingMode) mode
readnonatomicassign

Gets the mode of transfer meeting.

Returns
The mode of the transfer meeting.

Definition at line 34 of file MobileRTCNotificationServiceHelper.h.