Help Center/ Meeting/ Client SDK Reference/ Electron SDK/ APIs/ UI Configuration Management Objects/ Subscribing to Click Injection Notifications of the Call all Button
Updated on 2024-12-27 GMT+08:00

Subscribing to Click Injection Notifications of the Call all Button

Function

A notification is sent when a user clicked the Call all button in the absent participant list.

Function Prototype

setOnClickInjectCallAllBtnNotifyCB(onClickInjectCallAllBtnNotify: (injectBtnInfo: CallAllBtnInfo) => void): voidsetOnClickInjectCallAllBtnNotifyCB(onClickInjectCallAllBtnNotify: (injectBtnInfo: CallAllBtnInfo) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onClickInjectCallAllBtnNotify Yes (injectBtnInfo: CallAllBtnInfo) => void A notification is sent when a user clicked the Call all button in the absent participant list.

Return Values

void

Notification Method Parameters

(injectBtnInfo: CallAllBtnInfo) => void

Table 2 Input parameter description
Parameter Type Description
injectBtnInfo CallAllBtnInfo Click injection notification.
Table 3 CallAllBtnInfo
Parameter Type Description
injectBtn ClickInjectBtn Button type.
participants ParticipantItemInfo Called participant information.
count number Number of participants in the participants field.
Table 4 Enumerated values of ClickInjectBtn
Enumeration Name Enumerated Value Description
HWM_CLICK_INJECT_BTN_INVITE 0 Invite button.
HWM_CLICK_INJECT_BTN_ATTENDEE 1 Participants button.
HWM_CLICK_INJECT_BTN_CHAT 2 Chats button.
HWM_CLICK_INJECT_BTN_SHARE 3 Share button.
HWM_CLICK_INJECT_BTN_LEAVE 4 Leave button.
HWM_CLICK_INJECT_BTN_CUSTOM 5 Custom button.
HWM_CLICK_INJECT_BTN_GUEST_INVITE 6 Invite button displayed to guests.
HWM_CLICK_INJECT_BTN_FEEDBACK 7 Feedback button.
HWM_CLICK_INJECT_BTN_COPY_CONF_INFO 8 Button for copying meeting details.
HWM_CLICK_INJECT_BTN_COPY_AUDIENCE_CONF_INFO 9 Button for copying meeting details for attendees.
HWM_CLICK_INJECT_BTN_CALL_ALL 10 Call all button.
Table 5 ParticipantItemInfo
Parameter Type Description
number string Number.
nickName string Participant display name.
thirdUserId string Third-party account of the participant, which is used for app ID login.
accountId string Huawei Cloud Meeting account.