Click Injection Notification
Notification Description
A notification is sent when a user clicks a button configured with click injection.
Method Definition
1
|
virtual void OnClickInjectBtn(HwmClickInjectBtn injectBtn, void* data, const char* id) {}; |
Precautions
None
Parameter Description
Parameter |
Type |
Description |
---|---|---|
injectBtn |
HwmClickInjectBtn |
Button type. |
data |
void* |
Button parameter, which may be empty.
|
id |
const char* |
ID of a customized button.
|
Enumerated Value |
Description |
---|---|
HWM_CLICK_INJECT_BTN_INVITE |
Invite button. |
HWM_CLICK_INJECT_BTN_CALL_OTHER_NUM |
Call other number button. |
HWM_CLICK_INJECT_BTN_ATTENDEE |
Participants button. |
HWM_CLICK_INJECT_BTN_SHARE |
Share button. |
HWM_CLICK_INJECT_BTN_LEAVE |
Leave button. |
HWM_TOOLS_INJECT_BTN_CUSTOM |
User-defined button. |
HWM_CLICK_INJECT_BTN_COPY_CONF_INFO |
Button for copying meeting information. |
HWM_CLICK_INJECT_BTN_PARTICIPANT_DETAIL |
Participant details button. |
HWM_CLICK_INJECT_BTN_CALL_ALL |
Call all button. |
Parameter |
Type |
Description |
---|---|---|
list |
HwmConfAttendee* |
List of participants to be called. |
count |
unsigned int |
Number of participants to be called. |
Parameter |
Type |
Description |
---|---|---|
posInfo |
HwmBtnPosInfo |
Button position information. |
Parameter |
Type |
Description |
---|---|---|
left |
int |
Horizontal position from the left. |
top |
int |
Vertical position from the top. |
width |
unsigned int |
Width |
height |
unsigned int |
Height. |
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