@chat21/chat21-web-widget 5.1.32-rc14 → 5.1.32-rc15

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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,9 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.1.32-rc15
10
+ - **changed**: redemptionMs: 800
11
+
9
12
  # 5.1.32-rc14
10
13
  - **changed**: minor ui fixed
11
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.1.32-rc14",
4
+ "version": "5.1.32-rc15",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -118,7 +118,7 @@ export class VoiceService {
118
118
  void this.vad?.pause();
119
119
  },
120
120
  minSpeechMs: 480,
121
- redemptionMs: 1920,
121
+ redemptionMs: 800,//1920,
122
122
  preSpeechPadMs: 960,
123
123
  });
124
124