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
virtual void OnAddAttendeeNotify(const HwmAddAttendeeResultList *addAttendeeResultList) {};

Precautions

1. When multiple participants are added, there may be multiple notifications.

Parameter Description

Table 1 HwmAddAttendeeResultList description

Parameter

Type

Description

addAttendeeResultSize

unsigned int

Number of participants added.

addAttendeeResults

HwmAddAttendeeResult*

Results of adding participants.

Table 2 HwmAddAttendeeResult description

Parameter

Type

Description

number

char[]

Number.

thirdUserId

char[]

Third-party account.

resultCode

HwmErrCode

Error code.