podchat 11.3.0 → 11.4.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.
Files changed (3) hide show
  1. package/changelog.md +13 -0
  2. package/package.json +1 -1
  3. package/src/chat.js +2262 -1071
package/changelog.md CHANGED
@@ -9,6 +9,19 @@ to see complete list of changelog please visit [ChangeLog](https://github.com/ma
9
9
  - Search in threads metadata
10
10
 
11
11
 
12
+ ## [11.3.0] - 27-11-2021
13
+ ### Added
14
+
15
+ - method: startRecordingCall
16
+ - method: stopRecordingCall
17
+ - event: callEvents.ASSISTANT_CALL_STARTED
18
+ - event: callEvents.ASSISTANT_CALL_ENDED
19
+ - event: callEvents.START_RECORDING_CALL
20
+ - event: callEvents.STOP_RECORDING_CALL
21
+
22
+ ### Changed
23
+ - Downgrade dexie to 2.0.4
24
+
12
25
  ## [4.10.0] - 2019-06-24
13
26
 
14
27
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podchat",
3
- "version": "11.3.0",
3
+ "version": "11.4.0",
4
4
  "description": "Javascript SDK to use POD's Chat Service",
5
5
  "main": "./src/chat.js",
6
6
  "scripts": {