RTCInboundStats

constructor(kind: String? = "", jitter: Double? = 0.0, packetsLost: Int? = 0, packetsReceived: Long? = 0, bytesReceived: BigInteger? = BigInteger("0"), framesReceived: Int? = 0, frameWidth: Long? = 0, frameHeight: Long? = 0, framesPerSecond: Double? = 0.0, framesDropped: Long? = 0)