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

#import <MobileRTCNotificationServiceHelper.h>

Inherits <NSObject>.

Instance Methods

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

Detailed Description

Definition at line 14 of file MobileRTCNotificationServiceHelper.h.

Method Documentation

◆ onMeetingDeviceListChanged:

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

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

Parameters
deviceListA list of meeting info with active meetings.

◆ onTransferMeetingStatus:

- (void) onTransferMeetingStatus: (BOOL)  bSuccess
optional

Transfer meeting status changed callback.

Parameters
bSuccessThe result of transfer meeting.