StreamStatistics constructor
StreamStatistics({})
Implementation
StreamStatistics({
required this.cacheSize,
required this.sentAudioFrames,
required this.sentVideoFrames,
required this.droppedAudioFrames,
required this.droppedVideoFrames,
required this.bitrate,
required this.width,
required this.height,
required this.isAudioMuted,
});