QueryCallSessionParticipantStatsTimelineResponse constructor
QueryCallSessionParticipantStatsTimelineResponse({})
Returns a new QueryCallSessionParticipantStatsTimelineResponse instance.
Implementation
QueryCallSessionParticipantStatsTimelineResponse({
required this.callId,
required this.callSessionId,
required this.callType,
required this.duration,
this.events = const [],
required this.userId,
required this.userSessionId,
});