mirror of https://github.com/jitsi/jitsi-meet
fix(speaker-stats): responsiveness of facial expressions (#10664)
parent
a7bf037363
commit
f8340bfd41
@ -1 +1,6 @@ |
||||
/** |
||||
* 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; |
||||
|
Loading…
Reference in new issue