Updated on 2024-07-30 GMT+08:00

Notification of Instant Meeting Records

Notification Description

A notification of instant meeting records is sent.

Method Definition

1
virtual void OnP2PConfRecordNotify(const HwmP2PConfRecordInfo *recordInfo) {};

Precautions

None

Parameter Description

Table 1 HwmP2PConfRecordInfo description

Parameter

Type

Description

callerInfo

HwmCallMemberInfo

Caller information.

calleeInfo

HwmCallMemberInfo

Called participant information.

startTime

int

Call start time, accurate to seconds (GMT).

endTime

int

Call end time, accurate to seconds (GMT).

isCallOut

bool

Whether the call is an outgoing call.

mediaType

HwmMediaType

Media type.

resultCode

HwmErrCode

Error code.

resultMsg

char[]

Error message.

isCallEstablished

bool

Whether the call is connected.

Table 2 HwmCallMemberInfo description

Parameter

Type

Description

number

char[]

Number.

nickName

char[]

Member name.

thirdUserId

char[]

Third-party account.