|
Meeting SDK for iOS API 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 |
Provides information and operation interface for the result of meeting transfer.
Definition at line 28 of file MobileRTCNotificationServiceHelper.h.
| - (MobileRTCSDKError) leaveCompanionToJoinMeeting |
Try to leave companion mode and rejoining the meeting in normal mode.
|
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 39 of file MobileRTCNotificationServiceHelper.h.
|
readnonatomicassign |
Get the mode of transfer meeting.
Definition at line 34 of file MobileRTCNotificationServiceHelper.h.