HMSLocalVideoStats constructor

HMSLocalVideoStats({
  1. required double roundTripTime,
  2. required int bytesSent,
  3. required double bitrate,
  4. required double frameRate,
  5. required HMSResolution resolution,
  6. required HMSQualityLimitationReasons? hmsQualityLimitationReasons,
  7. required HMSSimulcastLayer? hmsLayer,
})

Implementation

HMSLocalVideoStats(
    {required this.roundTripTime,
    required this.bytesSent,
    required this.bitrate,
    required this.frameRate,
    required this.resolution,
    required this.hmsQualityLimitationReasons,
    required this.hmsLayer});