Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCNotificationServiceHelperDelegate> Protocol Reference

MobileRTCNotificationServiceHelperDelegate. More...

#include <MobileRTCNotificationServiceHelper.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onMeetingDeviceListChanged:
 Callback event that the device for users to attend the meeting has changed.
 
(void) - onTransferMeetingStatus:
 Transfer meeting status changed callback.
 
(void) - onTransferMeetingResult:
 Transfer meeting status changed callback.
 

Detailed Description

Method Documentation

◆ onMeetingDeviceListChanged:

- (void) onMeetingDeviceListChanged: (NSArray< MobileRTCInMeetingDeviceInfo * > *_Nullable) deviceList
optional

Callback event that the device for users to attend the meeting has changed.

Warning
If the user uses -[MobileRTCAuthService registerNotificationService:] interface to connect to the service,they can't get in this callback webinar meeting list.
Parameters
deviceListA list of meeting info with active meetings.

◆ onTransferMeetingResult:

- (void) onTransferMeetingResult: (MobileRTCTransferMeetingHandler *_Nullable) handler
optionalrequired

Transfer meeting status changed callback.

Parameters
handlerThe result of transfer meeting.

◆ onTransferMeetingStatus:

- (void) onTransferMeetingStatus: (BOOL) bSuccess
optionalrequired

Transfer meeting status changed callback.

Parameters
bSuccessThe result of transfer meeting.
Deprecated
Please use onTransferMeetinghandler instead.