QueryCallStatsMapResponse constructor
QueryCallStatsMapResponse({
- DateTime? callEndedAt,
- required String callId,
- required String callSessionId,
- DateTime? callStartedAt,
- required String callType,
- required CallStatsParticipantCounts counts,
- String? dataSource,
- required String duration,
- DateTime? endTime,
- DateTime? generatedAt,
- CallStatsMapPublishers? publishers,
- CallStatsMapSFUs? sfus,
- DateTime? startTime,
- CallStatsMapSubscribers? subscribers,
Returns a new QueryCallStatsMapResponse instance.
Implementation
QueryCallStatsMapResponse({
this.callEndedAt,
required this.callId,
required this.callSessionId,
this.callStartedAt,
required this.callType,
required this.counts,
this.dataSource,
required this.duration,
this.endTime,
this.generatedAt,
this.publishers,
this.sfus,
this.startTime,
this.subscribers,
});