PublishedTrackMetrics constructor

PublishedTrackMetrics({
  1. MetricTimeSeries? bitrate,
  2. String? codec,
  3. MetricTimeSeries? framerate,
  4. ResolutionMetricsTimeSeries? resolution,
  5. String? trackId,
  6. String? trackType,
  7. List<SessionWarningResponse> warnings = const [],
})

Returns a new PublishedTrackMetrics instance.

Implementation

PublishedTrackMetrics({
  this.bitrate,
  this.codec,
  this.framerate,
  this.resolution,
  this.trackId,
  this.trackType,
  this.warnings = const [],
});