Transport Stats
constructor(transportId: String, timestamp: Long, bytesSent: Long = 0, bytesReceived: Long = 0, packetsSent: Long = 0, packetsReceived: Long = 0, iceState: IceState, connectionState: ConnectionState, selectedCandidatePair: Map<String, Any?>? = null, availableOutgoingBitrate: Long? = null, availableIncomingBitrate: Long? = null)