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
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
Parameter | Type | Description |
---|---|---|
injectBtnInfo | CallAllBtnInfo | Click injection notification. |
Parameter | Type | Description |
---|---|---|
injectBtn | ClickInjectBtn | Button type. |
participants | ParticipantItemInfo | Called participant information. |
count | number | Number of participants in the participants field. |
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. |
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