Files
jitsi-meet/react/features/recent-list/constants.js
2017-12-19 18:35:51 -06:00

12 lines
220 B
JavaScript

/**
* The max size of the list.
*/
export const LIST_SIZE = 30;
/**
* The name of the {@code localStorage} item where recent rooms are stored.
*
* @type {string}
*/
export const RECENT_URL_STORAGE = 'recentURLs';