InviteVideoChatParticipants constructor

InviteVideoChatParticipants({
  1. required int groupCallId,
  2. required List<int> userIds,
})

Implementation

InviteVideoChatParticipants({
  required this.groupCallId,
  required this.userIds,
});