|
iOS SDK API Reference
|
#import <MobileRTCNotificationServiceHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isTransferMeetingEnabled |
| Determine whether the transfer meeting feature is enabled. | |
| (MobileRTCSDKError) | - transferMeeting: |
| Try to transfer meeting to current device. | |
Properties | |
| id< MobileRTCNotificationServiceHelperDelegate > _Nullable | delegate |
Definition at line 31 of file MobileRTCNotificationServiceHelper.h.
| - (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]. |
|
readwritenonatomicassign |
Set the delegate of access token service.
Definition at line 35 of file MobileRTCNotificationServiceHelper.h.