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

Poor Connection Notification

Notification Description

A notification is sent when the network connection was poor.

Method Definition

1
- (void)onPoorNetworkQualityInfoNotify:(HWMSDKPoorNetWorkQualityInfoModel *)poorNetWorkInfo;

Precautions

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

Parameter Description

Table 1 HWMSDKPoorNetWorkQualityInfoModel description

Parameter

Type

Description

userId

NSUInteger

User ID.

nickName

NSString *

Display name in the meeting.

thirdUserId

NSString *

Third-party account.

accountId

NSString *

Account information.

number

NSString *

SIP number.

isLocal

BOOL

Whether the participant is the local client user.

audioStatus

HWMSDKLowNetWorkStatusInfoModel *

Audio status.

videoStatus

HWMSDKLowNetWorkStatusInfoModel *

Video status.

shareStatus

HWMSDKLowNetWorkStatusInfoModel *

Sharing status.

Table 2 HWMSDKLowNetWorkStatusInfoModel description

Parameter

Type

Description

packetLoss

NSUInteger

Packet loss rate.

delay

NSUInteger

Delay.

jitter

NSUInteger

Jitter.

status

HWMLowNetWorkStatus

Status.

Table 3 Enumerated values of HWMLowNetWorkStatus

Enumerated Value

Description

HWMLowNetWorkStatusNormal

Normal.

HWMLowNetWorkStatusBad

Poor.

HWMLowNetWorkStatusVeryBad

Very poor.