QueryCallParticipantsResponse constructor
QueryCallParticipantsResponse({
- required CallResponse call,
- required String duration,
- List<
MemberResponse> members = const [], - MemberResponse? membership,
- List<
OwnCapability> ownCapabilities = const [], - List<
CallParticipantResponse> participants = const [], - required int totalParticipants,
Returns a new QueryCallParticipantsResponse instance.
Implementation
QueryCallParticipantsResponse({
required this.call,
required this.duration,
this.members = const [],
this.membership,
this.ownCapabilities = const [],
this.participants = const [],
required this.totalParticipants,
});