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 ;

Precautions

  1. Set the bizNotifyHandler delegate during SDK initialization or set the delegate 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.