|
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 |
| 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. | |
Provides information and operation interface for the result of meeting transfer.
Definition at line 28 of file MobileRTCNotificationServiceHelper.h.
| - (MobileRTCSDKError) leaveCompanionToJoinMeeting |
Leaves companion mode and rejoins the meeting in normal mode.
|
readnonatomicassign |
Determines if transfer meeting or join meeting in companion mode succeeds.
Definition at line 39 of file MobileRTCNotificationServiceHelper.h.
|
readnonatomicassign |
Gets the mode of transfer meeting.
Definition at line 34 of file MobileRTCNotificationServiceHelper.h.