GetCallParticipantSessionMetricsResponse constructor
GetCallParticipantSessionMetricsResponse({
- SessionClient? client,
- required String duration,
- bool? isPublisher,
- bool? isSubscriber,
- DateTime? joinedAt,
- List<
PublishedTrackMetrics> publishedTracks = const [], - String? publisherType,
- String? userId,
- String? userSessionId,
Returns a new GetCallParticipantSessionMetricsResponse instance.
Implementation
GetCallParticipantSessionMetricsResponse({
this.client,
required this.duration,
this.isPublisher,
this.isSubscriber,
this.joinedAt,
this.publishedTracks = const [],
this.publisherType,
this.userId,
this.userSessionId,
});