UpdateGroupCallParticipants constructor

UpdateGroupCallParticipants({
  1. required int groupCallId,
  2. required List<int> participantUserIds,
})

Implementation

UpdateGroupCallParticipants({
  required this.groupCallId,
  required this.participantUserIds,
});