LatestStats

@Serializable
data class LatestStats

Properties

Link copied to clipboard

The total (audio + video) amount of bits per second, received over the network.

Link copied to clipboard

The total (audio + video) amount of bits per second, sent over the network.

Link copied to clipboard
val timestamp: Float? = null

A timestamp of when this calculation was created.

Link copied to clipboard

The total amount (video + audio) of packet loss on the receive side of the network.

Link copied to clipboard

The total amount (video + audio) of packet loss on the send side of the network.

Link copied to clipboard

The total number of bits per second, received for video streams.

Link copied to clipboard

The total amount of video packet loss on the receive side of the network.

Link copied to clipboard

The total number of bits per second, sent for video streams.

Link copied to clipboard

The total amount of video packet loss on the send side of the network.