mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:57:49 +00:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
/**
|
|
* The with of the client at witch the facial expressions will be reduced to only 4.
|
|
*/
|
|
export const REDUCE_EXPRESSIONS_THRESHOLD = 750;
|
|
|
|
export const SPEAKER_STATS_RELOAD_INTERVAL = 1000;
|