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

Call Information Notification

Notification Description

A notification is sent when the call information is changed.

Method Definition

1
virtual void OnCallInfo(const HwmCallInfo *callInfo) {};

Precautions

None

Parameter Description

Table 1 HwmCallInfo parameters

Parameter

Type

Description

callType

HwmCallType

Call type.

number

char[]

Number of the called party.

name

enum

Name of the called party.

startTime

char[]

Start time of a call.

endTime

char[]

End time of a call. This field is left blank before the call ends.

isCallOut

bool

Whether the call is an outgoing call.

callId

unsigned int

Call ID.