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

Notification of Instant Meeting Records

API Description

A notification of instant meeting records is sent.

Method Definition
/**
* Notifies you of call records of a new instant meeting when you left that meeting.
* @param p2pConfRecordInfo
*/
void onP2PConfRecord(HWMP2PConfRecordInfo p2pConfRecordInfo);

Parameter Description

Table 1 Parameter description

Parameter

Mandatory

Type

Description

p2pConfRecordInfo

Yes

HWMP2PConfRecordInfo

Call record information.

Return Values

None

Parameter Extension

Table 2 HWMP2PConfRecordInfo description

Parameter

Mandatory

Type

Description

callerInfo

Yes

HWMCallMemberInfo

Caller information.

calleeInfo

Yes

HWMCallMemberInfo

Called participant information.

startTime

Yes

long

Call start time, accurate to seconds (GMT).

endTime

Yes

long

Call end time, accurate to seconds (GMT).

isCallEstablished

Yes

boolean

Whether the call is connected.

isCallOut

Yes

boolean

Whether the call is an outgoing call.

meetingType

Yes

MeetingType

Meeting type.

resultCode

Yes

int

Meeting end reason (error code).

resultMsg

No

String

Meeting end reason (error message).

Table 3 HWMCallMemberInfo description

Parameter

Mandatory

Type

Description

nickName

Yes

String

(Mandatory) Display name.

number

No

String

Called number. This parameter is used for account and password authentication. Either this parameter or thirdUserId must be set (number is prior to thirdUserId).

thirdUserId

No

String

Third-party account of the called participant. This parameter is used for app ID authentication. Either this parameter or number must be set (number is prior to thirdUserId).