Incoming Call Notification
Notification Description
A notification is sent when you received an incoming meeting call.
Method Definition
1
|
virtual void OnConfIncoming(HwmConfIncomingInfo* data) {}; |
Precautions
None
Parameter Description
Parameter |
Type |
Description |
---|---|---|
state |
HwmConfComingState |
Incoming call status. |
mediaType |
HwmMediaType |
Meeting media type. |
confId |
char[] |
Meeting ID. |
vmrId |
char[] |
ID of the meeting held in a cloud meeting room. |
isP2PConf |
bool |
Whether the meeting is an instant meeting. |
Enumerated Value |
Description |
---|---|
HWM_CONF_COMING_STATE_START |
Initial state. The phone of the called party is ringing. |
HWM_CONF_COMING_STATE_ACCEPT |
The call is answered. |
HWM_CONF_COMING_STATE_REJECT |
The call is rejected. |
HWM_CONF_COMING_STATE_TIMEOUT |
The called party does not respond, the call times out, or the calling party has hung up. |
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