|
Meeting SDK for iOS API Reference
|
Helper for managing meeting transfer and presence features. More...
#include <MobileRTCNotificationServiceHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isTransferMeetingEnabled |
| Determines whether the transfer meeting feature is enabled. | |
| (BOOL) | - isPresenceFeatureEnabled |
| Determines whether the presence feature is enabled. | |
| (MobileRTCSDKError) | - transferMeeting: |
| Transfers meeting to current device. | |
| (MobileRTCSDKError) | - transferMeeting:mode: |
| Transfers meeting to current device. | |
| (MobileRTCPresenceHelper *_Nullable) | - getPresenceHelper |
| Gets the presence interface helper. | |
Properties | |
| id< MobileRTCNotificationServiceHelperDelegate > _Nullable | delegate |
| Sets 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 |
Gets the presence interface helper.
| - (BOOL) isPresenceFeatureEnabled |
Determines whether the presence feature is enabled.
| - (BOOL) isTransferMeetingEnabled |
Determines whether the transfer meeting feature is enabled.
| - (MobileRTCSDKError) transferMeeting: | (NSInteger) | index |
Transfers meeting to current device.
| index | Specifies the index, see [MobileRTCInMeetingDeviceInfo]. |
| - (MobileRTCSDKError) transferMeeting: | (NSString *_Nullable) | meetingId | |
| mode: | (MobileRTCTransferMeetingMode) | mode |
Transfers meeting to current device.
| meetingId | Specifies the meeting ID, see [MobileRTCInMeetingDeviceInfo]. |
| mode | The transfer meeting mode. |
|
readwritenonatomicassign |
Sets the delegate of access token service.
Definition at line 84 of file MobileRTCNotificationServiceHelper.h.