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

Notification of Re-call Button Clicks

Notification Description

A notification is sent when the re-call button in the participant list is clicked.

Method Definition

1
- (void)onClickInjectRecallBtnNotify:(HWMUISDKInjectParticipantItemBtnInfoModel *)injectBtnInfo;
Table 1 HWMUISDKInjectParticipantItemBtnInfoModel description

Parameter

Type

Description

injectBtn

HWMUISDKClickInjectParticipantItemBtn

Type of the clicked button.

participantInfo

HWMUISDKParticipantItemInfoModel

Participant item information.

Table 2 Enumerated values of HWMUISDKClickInjectParticipantItemBtn

Parameter

Type

Description

HWMUISDKClickInjectParticipantItemBtnRecall

NSInteger

Re-call button.

Precautions

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