|
Meeting SDK for iOS API Reference
|
Helper for managing meeting transfer and presence features. More...
#include <MobileRTCNotificationServiceHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isTransferMeetingEnabled |
| Determine whether the transfer meeting feature is enabled. | |
| (BOOL) | - isPresenceFeatureEnabled |
| Determine whether the presence feature is enabled. | |
| (MobileRTCSDKError) | - transferMeeting: |
| Try to transfer meeting to current device. | |
| (MobileRTCSDKError) | - transferMeeting:mode: |
| Try to transfer meeting to current device. | |
| (MobileRTCPresenceHelper *_Nullable) | - getPresenceHelper |
| Get presence interface helper. | |
Properties | |
| id< MobileRTCNotificationServiceHelperDelegate > _Nullable | delegate |
| Set the delegate of access token service. | |
Helper for managing meeting transfer and presence features.
Definition at line 80 of file MobileRTCNotificationServiceHelper.h.
| - (MobileRTCPresenceHelper *_Nullable) getPresenceHelper |
Get presence interface helper.
| - (BOOL) isPresenceFeatureEnabled |
Determine whether the presence feature is enabled.
| - (BOOL) isTransferMeetingEnabled |
Determine whether the transfer meeting feature is enabled.
| - (MobileRTCSDKError) transferMeeting: | (NSInteger) | index |
Try to transfer meeting to current device.
| index | Specifies the index, see [MobileRTCInMeetingDeviceInfo]. |
MobileRTCSDKError_Success. Otherwise failed. To get extended error information, see [MobileRTCSDKError] enum. | - (MobileRTCSDKError) transferMeeting: | (NSString *_Nullable) | meetingId | |
| mode: | (MobileRTCTransferMeetingMode) | mode |
Try to transfer meeting to current device.
| meetingId | Specifies the index, see [MobileRTCInMeetingDeviceInfo]. |
|
readwritenonatomicassign |
Set the delegate of access token service.
Definition at line 84 of file MobileRTCNotificationServiceHelper.h.