PublishConnection

data class PublishConnection(var bytesSent: Long = 0, var availableOutgoingBitrates: MutableList<Double> = mutableListOf(), var packetsSent: Long = 0)

Constructors

Link copied to clipboard
fun PublishConnection(bytesSent: Long = 0, availableOutgoingBitrates: MutableList<Double> = mutableListOf(), packetsSent: Long = 0)

Properties

Link copied to clipboard
var bytesSent: Long = 0
Link copied to clipboard
var packetsSent: Long = 0