podchat-browser 12.6.1 → 12.7.1-snapshot.2

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/.babelrc ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "presets": ["@babel/preset-env"],
3
+ "plugins": ["@babel/plugin-transform-runtime"]
4
+ }
package/changelog.md CHANGED
@@ -3,6 +3,27 @@
3
3
  All notable changes to this project will be documented here.
4
4
  to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.ir/pod/pod-basic-sdk/chat-js-browser-sdk/-/blob/master/changelog.md)
5
5
 
6
+ ##[Unreleased]
7
+
8
+ ## [12.7.1-snapshot.2] - 2022-06-26
9
+ ### Fixed
10
+ - bug in shouldNotProcessChatMessage
11
+
12
+ ## [12.7.1-snapshot.1] - 2022-06-26
13
+ ### Added
14
+ - SDK parameter: typeCodeOwnerId
15
+ - object: deviceManager
16
+ - method: deviceManager.grantUserMediaDevicesPermissions
17
+ - event type: SWITCH_TO_GROUP_CALL
18
+ - healthCehck for peer connections
19
+ - Possibility to know if we are the call starter
20
+ - Reset SDK internal data when starting a new call
21
+
22
+ ### Changed
23
+ - Do not process some chat messages when subjectId is not equal to current callId
24
+ - Retry the request instead of switching kurento
25
+
26
+
6
27
  ## [12.6.0] - 2022-06-16
7
28
  ### Fixed
8
29
  - User being muted when muting others