Updated on 2023-03-23 GMT+08:00

Subscribing to Click Injection Notifications

Function

A notification is sent when a user clicks a button configured with click injection.

Function Prototype

setOnClickInjectBtnNotifyCB(onClickInjectBtnNotify: (injectBtnInfo: InjectBtnInfo) => void): voidsetOnClickInjectBtnNotifyCB(onClickInjectBtnNotify: (injectBtnInfo: InjectBtnInfo) => void): void

Request Parameters

Table 1 Input parameter description
Parameter Mandatory Type Description
onClickInjectBtnNotify Y (injectBtnInfo: InjectBtnInfo) => void Notification sent when a user clicks a button configured with click injection.

Return Values

void

Notification Method Parameters

(injectBtnInfo: InjectBtnInfo) => void

Table 2 Input parameter description
Parameter Type Description
injectBtnInfo InjectBtnInfo Click injection notification.
Table 3 InjectBtnInfo
Parameter Type Description
injectBtn ClickInjectBtn Button type.
btnId string Button ID.
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 information.