podchat-browser 11.3.4 → 11.4.3
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 +25 -2
- package/dist/podchat-11.3.4.js +55921 -55921
- package/dist/podchat-11.4.1.js +74643 -0
- package/dist/podchat-11.4.2.js +74696 -0
- package/dist/podchat-11.4.3.js +74696 -0
- package/examples/index.html +2 -2
- package/package.json +3 -3
- package/src/call.module.js +223 -254
- package/src/chat.js +60 -20
package/changelog.md
CHANGED
|
@@ -3,10 +3,33 @@
|
|
|
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
|
+
## [11.4.2] - 2021-12-13
|
|
7
|
+
### Added
|
|
8
|
+
- Call metadata
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [11.4.1] - 2021-12-12
|
|
12
|
+
### Added
|
|
13
|
+
- send key frame on start recording
|
|
14
|
+
- add participant to a p2p call
|
|
15
|
+
|
|
16
|
+
###Changed
|
|
17
|
+
- method: startGroupCall (Support for group call)
|
|
18
|
+
- Result format of exportChat
|
|
6
19
|
|
|
7
|
-
|
|
20
|
+
### Fixed
|
|
21
|
+
- startCall with invitees
|
|
22
|
+
- startGroupCall with invitees
|
|
8
23
|
|
|
9
|
-
|
|
24
|
+
|
|
25
|
+
## [11.3.4] - 2021-12-04
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
- Screenshare reconnect in current call
|
|
29
|
+
- Interval error when peer not fully connected
|
|
30
|
+
|
|
31
|
+
### Added
|
|
32
|
+
- Sample code of preventing async error when sending multiple file messages
|
|
10
33
|
|
|
11
34
|
|
|
12
35
|
## [4.10.0] - 2019-06-24
|