podchat-browser 12.5.1 → 12.5.2-snapshot.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.
package/changelog.md CHANGED
@@ -1,7 +1,33 @@
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
+ - Changed typeCode handling functionality
9
+ - Updated sentry server URL
10
+
11
+ ## [12.5.1] - 2022-05-24
12
+ ## [12.5.0] - 2022-05-24
13
+ ### Added
14
+ - Config to timeout the call request
15
+ - Failover call turn servers
16
+ - Improved call process handling
17
+ - Event for new participant to detect call is being recorded
18
+ - Events for file download progress
19
+ - Changed resizeScreenShare
20
+ - Event to detect users are speaking in a call
21
+
22
+ ### Changed
23
+ - Improved janus servers connectivity (internally)
24
+ - Refactored topic peers handling
25
+
26
+ ### Fixed
27
+ - htmlElements is undefined
28
+ - screenShare bugs
29
+ - topic reconnect loop errors
30
+
5
31
 
6
32
  ## [12.3.1] - 2022-02-06
7
33
  ### Added