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

Call Status Change Notification

Notification Description

A notification is sent when the call status is changed.

Method Definition

1
virtual void OnCallState(const HwmCallStateInfo *callStateInfo) {};

Precautions

None

Parameter Description

Table 1 HwmCallStateInfo parameters

Parameter

Type

Description

state

HwmCallState

Call status.

callId

unsigned int

Call ID.

Table 2 Enumerated values of HwmCallState

Enumerated Value

Description

HWM_CALL_STATE_INCOMING

Incoming call status.

HWM_CALL_STATE_HANGUP

Hang-up status.