ConsumerStats

constructor(consumerId: String, timestamp: Long, kind: MediaKind, mimeType: String, bytesReceived: Long = 0, packetsReceived: Long = 0, packetsLost: Long = 0, framesDecoded: Long? = null, framesReceived: Long? = null, framesDropped: Long? = null, bitrate: Long? = null, jitter: Double? = null)