InviteGroupCallParticipant constructor

InviteGroupCallParticipant({
  1. required int groupCallId,
  2. required int userId,
  3. required bool isVideo,
})

Implementation

InviteGroupCallParticipant({
  required this.groupCallId,
  required this.userId,
  required this.isVideo,
});