podchat-browser 11.4.1 → 11.4.2
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 +13 -0
- package/dist/podchat-11.4.2.js +74696 -0
- package/package.json +3 -3
- package/src/call.module.js +90 -37
package/changelog.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.1] - 12-12-2021
|
|
7
|
+
### Added
|
|
8
|
+
- send key frame on start recording
|
|
9
|
+
- add participant to a p2p call
|
|
10
|
+
|
|
11
|
+
###Changed
|
|
12
|
+
- method: startGroupCall (Support for group call)
|
|
13
|
+
- Result format of exportChat
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
- startCall with invitees
|
|
17
|
+
- startGroupCall with invitees
|
|
18
|
+
|
|
6
19
|
|
|
7
20
|
## [11.3.4] - 2021-12-04
|
|
8
21
|
|