HMSRTCStatsReport constructor

HMSRTCStatsReport({
  1. required HMSRTCStats combined,
  2. required HMSRTCStats audio,
  3. required HMSRTCStats video,
})

Implementation

HMSRTCStatsReport(
    {required this.combined, required this.audio, required this.video});