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

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

Sample Code

- (void)onP2PConfRecord:(HWMP2PConfRecordInfoModel  *)recordInfo{
     NSLog(@"%@", [recordInfo yy_modelDescription]);
}

Precautions

1. Subscribe to the HWMNotifyHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

Table 1 HWMP2PConfRecordInfoModel description

Parameter

Type

Description

callerInfo

HWMUISDKCallMemberInfoModel

Caller information.

calleeInfo

HWMUISDKCallMemberInfoModel

Called participant information.

startTime

NSInteger

Call start time.

endTime

NSInteger

Call end time.

isCallOut

BOOL

Whether the call is an outgoing call.

mediaType

HWMUISDKMediaType

Media type.

resultCode

HWMUISDKSDKERR

Call end reason.

resultMsg

NSString

Call end description.

isCallEstablished

BOOL

Whether the call is connected.

Table 2 HWMUISDKCallMemberInfoModel description

Parameter

Type

Description

number

NSString

Number.

nickName

NSString

Member name.

thirdUserId

NSString

Third-party account.

Table 3 Enumerated values of HWMUISDKMediaType

Enumerated Value

Description

HWMUISDKMediaTypeAudio

Audio.

HWMUISDKMediaTypeVideo

Video.