PublishConnection

data class PublishConnection(    var bytesSent: BigInteger?,     var availableOutgoingBitrate: Double?,     var totalRoundTripTime: Double?,     var currentRoundTripTime: Double?,     var packetsSent: BigInteger?) : ConnectionInfo

Constructors

Link copied to clipboard
fun PublishConnection(    bytesSent: BigInteger?,     availableOutgoingBitrate: Double?,     totalRoundTripTime: Double?,     currentRoundTripTime: Double?,     packetsSent: BigInteger?)

Types

Link copied to clipboard
object Companion

Properties

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