SubscribeConnection

data class SubscribeConnection(var bytesReceived: Long = 0, var availableIncomingBitrates: MutableList<Double> = mutableListOf(), var packetsReceived: Long = 0)

Constructors

Link copied to clipboard
fun SubscribeConnection(bytesReceived: Long = 0, availableIncomingBitrates: MutableList<Double> = mutableListOf(), packetsReceived: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard