podchat-browser 12.3.1 → 12.5.0-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
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented here.
4
4
  to see complete list of changelog please visit [ChangeLog](https://github.com/masoudmanson/pod-chat/blob/master/changelog.md)
5
5
 
6
+ ## [12.3.1] - 2022-02-06
7
+ ### Added
8
+ - Option to use internal turn address
9
+ - Event: RECEIVE_VIDEO_CONNECTION_ESTABLISHED
10
+ - Send keyframe on all video connections
11
+ - Parameter: threadId in method: getCallsList
12
+ - Implementation for reject group call
13
+ - Method: sendCallMetaData
14
+ - Method: getCallsToJoin
15
+ - Parameter: threadInfo in methods: startCall & startGroupCall
16
+ - Possibility to increase ScreenShare quality
17
+ - Possibility to join already existing group call
18
+ - Parameter: fileName in method exportChat
19
+
20
+ ### Changed
21
+ - startCall & startGroupCall now support string in idType
22
+ - Refactored ScreenShare functionality
23
+
24
+ ### Fixed
25
+ - Minor bug fixes
26
+ - Remove ScreenShare stream if it's owner leaves the group call
27
+
6
28
  ## [12.1.0] - 2021-12-25
7
29
  ### Added
8
30
  - Browsers default "stop sharing" button event handler