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. |
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