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
 Try to leave companion mode and rejoining the meeting in normal mode.
 

Properties

MobileRTCTransferMeetingMode mode
 Get the mode of transfer meeting.
 
BOOL isSuccess
 

Detailed Description

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

Definition at line 31 of file MobileRTCNotificationServiceHelper.h.

Method Documentation

◆ leaveCompanionToJoinMeeting

- (MobileRTCSDKError) leaveCompanionToJoinMeeting

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

Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise failed.

Property Documentation

◆ isSuccess

- (BOOL) isSuccess
readnonatomicassign

#brief Determine if transfer meeting or join meeting in companion mode success. #return True indicates transfer meeting or join meeting in companion mode success.

Definition at line 42 of file MobileRTCNotificationServiceHelper.h.

◆ mode

- (MobileRTCTransferMeetingMode) mode
readnonatomicassign

Get the mode of transfer meeting.

Returns
The mode of the transfer meeting.

Definition at line 37 of file MobileRTCNotificationServiceHelper.h.