iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCNotificationServiceHelper Class 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
 

Detailed Description

Definition at line 31 of file MobileRTCNotificationServiceHelper.h.

Method Documentation

◆ isTransferMeetingEnabled

- (BOOL) isTransferMeetingEnabled

Determine whether the transfer meeting feature is enabled.

◆ transferMeeting:

- (MobileRTCSDKError) transferMeeting: (NSInteger)  index

Try to transfer meeting to current device.

Parameters
indexSpecifies the index, see [MobileRTCInMeetingDeviceInfo].
Returns
If the function succeeds, the return value is MobileRTCSDKError_Success. Otherwise failed. To get extended error information, see [MobileRTCSDKError] enum.

Property Documentation

◆ delegate

- (id<MobileRTCNotificationServiceHelperDelegate> _Nullable) delegate
readwritenonatomicassign

Set the delegate of access token service.

Definition at line 35 of file MobileRTCNotificationServiceHelper.h.