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?)