Updated on 2024-12-27 GMT+08:00

Notification of Participant Addition Results

Notification Description

A notification is sent when the participant addition results are returned.

Method Definition

1
- (void)onAddAttendeeNotify:(HWMSDKAddAttendeeResultListModel *)resultList;

Sample Code

- (void)onAddAttendeeNotify:(HWMSDKAddAttendeeResultListModel *)resultList{
    NSLog(@"Notification of participant addition results onConfEndedNotify :%@", [resultList yy_modelDescription]);
}

Precautions

  1. Subscribe to the HWMBizNotificationHandler proxy during SDK initialization or set the proxy on the target page.

Parameter Description

Table 1 HWMSDKAddAttendeeResultListModel description

Parameter

Type

Description

addAttendeeInfos

NSArray<HWMSDKAddAttendeeInfoModel>

Information about invited participants.

Table 2 HWMSDKAddAttendeeInfoModel description

Parameter

Type

Description

number

NSString

Number.

thirdUserId

NSString

Third-party account.

result

HWMSDKERR

Invitation error code. For details, see the HWMSDKCommonDefine.h file.