Configuration

livecenter-presentation-js has a number of configuration options that you can set in your AngularJS app. The example app in livecenter-presentation-js shows just one option being set:

var config = {
  liveLabelTagSchemeName: "tag:livelabels@escenic.com,2015",
  loadMoreStyle: 'button'
};

but a number of other options are available:

timeStyle?: string; // {'timestamp', 'relative'}
timestampFormat?: string;
showTags?: boolean;
liveLabelTagSchemeName?: string;
showLiveLabels?: boolean;
imageRepresentationName?: string;
//pollingInterval in millisecond
pollingInterval?: number;
//Stop polling after X minutes inactivity
stopPollingAfterInactive?: number;
changelogSize?: number;
showAuthor?: boolean;
showCreator?: boolean;
showAvatar?: boolean;
loadMoreStyle?: string; // {'scroll', 'button'}