GetCallParticipantSessionMetricsResponse constructor

GetCallParticipantSessionMetricsResponse({
  1. SessionClient? client,
  2. required String duration,
  3. bool? isPublisher,
  4. bool? isSubscriber,
  5. DateTime? joinedAt,
  6. List<PublishedTrackMetrics> publishedTracks = const [],
  7. String? publisherType,
  8. String? userId,
  9. String? userSessionId,
})

Implementation

GetCallParticipantSessionMetricsResponse({
  this.client,
  required this.duration,
  this.isPublisher,
  this.isSubscriber,
  this.joinedAt,
  this.publishedTracks = const [],
  this.publisherType,
  this.userId,
  this.userSessionId,
});