Updated on 2025-07-28 GMT+08:00

Notification of Instant Meeting Records

Notification Description

A notification of instant meeting records is sent.

Method Definition

- (void)onP2PConfRecord:(HWMP2PConfRecordInfoModel *)recordInfo;

Precautions

  1. Set the bizNotifyHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

Table 1 HWMP2PConfRecordInfoModel description

Parameter

Type

Description

callerInfo

HWMCallMemberInfo *

Caller information.

calleeInfo

HWMCallMemberInfo *

Called participant information.

startTimeStamp

NSTimeInterval

Call start time.

endTimeStamp

NSTimeInterval

Call end time.

mediaType

HWMMediaType

Media type.

isCallOut

BOOL

Whether the call is an outgoing call.

isCallEstablished

BOOL

Whether the call is connected.

resultCode

HWMSDKERR

Call end reason.

resultMsg

NSString

Call end description.

Table 2 HWMCallMemberInfo description

Parameter

Type

Description

nickName

NSString

Name.

number

NSString

Number.

thirdUserId

NSString

Third-party account.

userUuid

NSString *

Participant UUID.

orgId

NSString *

Enterprise ID.

Table 3 Enumerated values of HWMMediaType

Enumerated Value

Description

HWMMediaTypeAudio

Voice.

HWMMediaTypeVideo

Video.