const _insertLibrary = function (principalIds, meeting, callback) {
  if (_.isEmpty(principalIds) || !meeting) {
    return callback();
  }