NetworkQualityInformation

@Serializable
data class NetworkQualityInformation(val connectivity: IceConnectivity?, val throughput: Long?, val fractionLoss: Long?, val rtt: Long?, val jitter: Long?, val backendRtt: Long?)

Constructors

Link copied to clipboard
constructor(connectivity: IceConnectivity?, throughput: Long?, fractionLoss: Long?, rtt: Long?, jitter: Long?, backendRtt: Long?)

Properties

Link copied to clipboard
@SerialName(value = "backendRTT")
val backendRtt: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val jitter: Long?
Link copied to clipboard
@SerialName(value = "RTT")
val rtt: Long?
Link copied to clipboard