@glyphteck/veyl 0.72.0 → 0.73.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,6 +67,8 @@ var AUTOLOCK_MAX_MINUTES = 60;
67
67
  var BTC_PRICE_FALLBACK = 80000;
68
68
  var CHAT_MESSAGE_EDIT_WINDOW_MS = 10 * MINUTE_MS;
69
69
  var CHAT_SEND_CONNECTION_WAIT_MS = 30 * MS_PER_SECOND;
70
+ var CALL_SPEAKING_THRESHOLD = 0.02;
71
+ var CALL_SPEAKING_HOLD_MS = 320;
70
72
  var LOCAL_MEDIA_CACHE_MAX_BYTES = 512 * MIB_BYTES;
71
73
  var LOCAL_PROFILE_CACHE_MAX_ITEMS = 500;
72
74
  var LOCAL_PROFILE_CACHE_MAX_AGE_MS = 30 * DAY_MS;