NEGroupInviteParam constructor

NEGroupInviteParam({
  1. required String callId,
  2. required List<String?> calleeList,
})

Implementation

NEGroupInviteParam({
  required this.callId,
  required this.calleeList,
});