TRTCLocalStatistics constructor
TRTCLocalStatistics({})
Implementation
TRTCLocalStatistics({
this.width = -1,
this.height = -1,
this.frameRate = -1,
this.videoBitrate = -1,
this.audioSampleRate = -1,
this.audioBitrate = -1,
this.streamType = TRTCVideoStreamType.big,
this.audioCaptureState = -1,
});