Subscribing to Click Injection Notifications of Participant List Subitems
Function
A notification is sent when a user clicked a button configured with click injection in the participant list.
Function Prototype
setOnClickInjectParticipantItemBtnNotifyCB(onClickInjectParticipantItemBtnNotify: (injectBtnInfo: InjectParticipantItemBtnInfo) => void): voidsetOnClickInjectParticipantItemBtnNotifyCB(onClickInjectParticipantItemBtnNotify: (injectBtnInfo: InjectParticipantItemBtnInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onClickInjectParticipantItemBtnNotify | Yes | (injectBtnInfo: InjectParticipantItemBtnInfo) => void | Notifies you when a user clicked a button configured with click injection in the participant list. |
Return Values
void
Notification Method Parameters
(injectBtnInfo: InjectParticipantItemBtnInfo) => void
Parameter | Type | Description |
---|---|---|
injectBtnInfo | InjectParticipantItemBtnInfo | Click injection notification. |
Parameter | Type | Description |
---|---|---|
injectBtn | ClickInjectParticipantItemBtn | Button type. |
participantInfo | ParticipantItemInfo | Subitem in the participant list. |
btnId | string | Button ID. |
Enumeration Name | Enumerated Value | Description |
---|---|---|
HWM_CLICK_INJECT_PARTICIPANT_ITEM_BTN_CALL_OTHER_NUM | 0 | Call other number button. |
HWM_CLICK_INJECT_PARTICIPANT_ITEM_BTN_PARTICIPANT_DETAIL | 1 | Button of viewing participant details. |
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. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot