Updated on 2025-07-28 GMT+08:00

Notification of Double-Clicks on a Participant Item

Notification Description

This notification is sent when a participant item in the participant list is double-clicked.

Method Definition

1
- (void)onDoubleClickParticipantListItemNotify:(HWMUISDKParticipantItemInfoModel *)participantInfo;
Table 1 Description

Parameter

Type

Description

participantInfo

HWMUISDKParticipantItemInfoModel *

Participant item information.

Table 2 HWMUISDKParticipantItemInfoModel description

Parameter

Type

Description

number

NSString *

Number.

nickName

NSString *

Participant display name.

thirdUserId

NSString *

Third-party account of the participant, which is used for login using app ID.

accountId

NSString *

Huawei Cloud Meeting account.

Precautions

  1. Set the participantListHandler delegate during SDK initialization or set the delegate on the target page.