Interface LastmileProbeResult

u Pre-call network quality probe result, which reflects the overall quality of uplink and downlink networks.

since


   4.24.1

Hierarchy

  • LastmileProbeResult

Index

Properties

Optional jitter

jitter: number

Network jitter (ms).

Optional networkQuality

networkQuality: number

Network quality:

  • 1: Excellent.
  • 2: Average.
  • 3: Poor.
  • 4: Very poor.

Optional packetLossRate

packetLossRate: number

Packet loss rate.

Optional rtt

rtt: number

Round-trip time (ms).

state

state: "complete" | "unavailable"

Network quality probe status:

  • complete: Indicates that the network quality probe is complete.
  • unavailable: Indicates that the network quality probe is unavailable. A possible reason is a network disconnection.