QueryCallSessionParticipantStatsTimelineResponse constructor

QueryCallSessionParticipantStatsTimelineResponse({
  1. required String callId,
  2. required String callSessionId,
  3. required String callType,
  4. required String duration,
  5. List<CallParticipantTimeline> events = const [],
  6. required String userId,
  7. required String userSessionId,
})

Implementation

QueryCallSessionParticipantStatsTimelineResponse({
  required this.callId,
  required this.callSessionId,
  required this.callType,
  required this.duration,
  this.events = const [],
  required this.userId,
  required this.userSessionId,
});