mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
8 lines
200 B
JavaScript
8 lines
200 B
JavaScript
export const SPEAKER_STATS_RELOAD_INTERVAL = 1000;
|
|
|
|
export const DISPLAY_SWITCH_BREAKPOINT = 600;
|
|
|
|
export const RESIZE_SEARCH_SWITCH_CONTAINER_BREAKPOINT = 750;
|
|
|
|
export const MOBILE_BREAKPOINT = 480;
|