mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
12 lines
220 B
JavaScript
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';
|