LatestStats

@Serializable
data class LatestStats

Properties

Link copied to clipboard
val receiveBitsPerSecond: Float? = null

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

Link copied to clipboard
val sendBitsPerSecond: Float? = null

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
val totalRecvPacketLoss: Float? = null

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

Link copied to clipboard
val totalSendPacketLoss: Float? = null

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

Link copied to clipboard
val videoRecvBitsPerSecond: Float? = null

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

Link copied to clipboard
val videoRecvPacketLoss: Float? = null

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

Link copied to clipboard
val videoSendBitsPerSecond: Float? = null

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

Link copied to clipboard
val videoSendPacketLoss: Float? = null

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