StatsBundle

data class StatsBundle(val packetLoss: Long, val allStats: Map<String, WebrtcStats>, val totalPackets: Long, val packetLossTracks: MutableMap<Long, ConnectionInfo.PacketLossTracks>)

Constructors

Link copied to clipboard
fun StatsBundle(packetLoss: Long, allStats: Map<String, WebrtcStats>, totalPackets: Long, packetLossTracks: MutableMap<Long, ConnectionInfo.PacketLossTracks>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard