podchat-browser 12.5.0 → 12.5.2-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/changelog.md CHANGED
@@ -1,7 +1,38 @@
1
1
  # Changelog
2
2
 
3
3
  All notable changes to this project will be documented here.
4
- to see complete list of changelog please visit [ChangeLog](https://github.com/masoudmanson/pod-chat/blob/master/changelog.md)
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
+
6
+ ## [12.5.2-snapshot.1] - 2022-05-24
7
+ ### Changed
8
+ - Update async package
9
+
10
+
11
+ ## [12.5.2-snapshot.0] - 2022-05-24
12
+ ### Changed
13
+ - Changed typeCode handling functionality
14
+ - Updated sentry server URL
15
+
16
+ ## [12.5.1] - 2022-05-24
17
+ ## [12.5.0] - 2022-05-24
18
+ ### Added
19
+ - Config to timeout the call request
20
+ - Failover call turn servers
21
+ - Improved call process handling
22
+ - Event for new participant to detect call is being recorded
23
+ - Events for file download progress
24
+ - Changed resizeScreenShare
25
+ - Event to detect users are speaking in a call
26
+
27
+ ### Changed
28
+ - Improved janus servers connectivity (internally)
29
+ - Refactored topic peers handling
30
+
31
+ ### Fixed
32
+ - htmlElements is undefined
33
+ - screenShare bugs
34
+ - topic reconnect loop errors
35
+
5
36
 
6
37
  ## [12.3.1] - 2022-02-06
7
38
  ### Added