Subscribing to Click Injection Notifications
Function
A notification is sent when a user clicked a button configured with click injection.
Function Prototype
setOnClickInjectBtnNotifyCB(onClickInjectBtnNotify: (injectBtnInfo: InjectBtnInfo) => void): voidsetOnClickInjectBtnNotifyCB(onClickInjectBtnNotify: (injectBtnInfo: InjectBtnInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onClickInjectBtnNotify | Yes | (injectBtnInfo: InjectBtnInfo) => void | Notifies you when a user clicked a button configured with click injection. |
Return Values
void
Notification Method Parameters
(injectBtnInfo: InjectBtnInfo) => void
Parameter | Type | Description |
---|---|---|
injectBtnInfo | InjectBtnInfo | Click injection notification. |
Parameter | Type | Description |
---|---|---|
injectBtn | ClickInjectBtn | Button type. |
btnId | string | Button ID. |
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. |
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