podchat-browser 12.6.0 → 12.7.1-snapshot.1

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,23 @@
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.1] - 2022-06-26
9
+ ### Added
10
+ - SDK parameter: typeCodeOwnerId
11
+ - object: deviceManager
12
+ - method: deviceManager.grantUserMediaDevicesPermissions
13
+ - event type: SWITCH_TO_GROUP_CALL
14
+ - healthCehck for peer connections
15
+ - Possibility to know if we are the call starter
16
+ - Reset SDK internal data when starting a new call
17
+
18
+ ### Changed
19
+ - Do not process some chat messages when subjectId is not equal to current callId
20
+ - Retry the request instead of switching kurento
21
+
22
+
6
23
  ## [12.6.0] - 2022-06-16
7
24
  ### Fixed
8
25
  - User being muted when muting others