conference.get(req.params.id, (err, conf) => {
      if (err) {
        throw new errors.ServerError(err);
      }