podchat-browser 11.4.2 → 12.1.1-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 +20 -1
- package/dist/{podchat-11.3.3.js → podchat-11.4.3.js} +348 -336
- package/dist/{podchat-11.3.1.js → podchat-12.1.0.js} +511 -356
- package/examples/index.html +47 -2
- package/package.json +3 -3
- package/src/call.module.js +39 -23
- package/src/chat.js +6 -7
- package/dist/podchat-11.3.2.js +0 -74658
package/changelog.md
CHANGED
|
@@ -3,7 +3,26 @@
|
|
|
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
|
-
## [
|
|
6
|
+
## [12.1.0] - 2021-12-25
|
|
7
|
+
### Added
|
|
8
|
+
- Browsers default "stop sharing" button event handler
|
|
9
|
+
- Sample to admin a user in a thread
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
- rejectCall in p2p calls
|
|
13
|
+
- exportChat result headers not readable
|
|
14
|
+
|
|
15
|
+
## [11.4.3] - 2021-12-13
|
|
16
|
+
### Added
|
|
17
|
+
- Poor Connection metadata
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## [11.4.2] - 2021-12-13
|
|
21
|
+
### Added
|
|
22
|
+
- Call metadata
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [11.4.1] - 2021-12-12
|
|
7
26
|
### Added
|
|
8
27
|
- send key frame on start recording
|
|
9
28
|
- add participant to a p2p call
|