podchat-browser 11.4.1 → 12.1.1-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 +32 -0
- package/dist/{podchat-11.3.3.js → podchat-11.4.2.js} +348 -336
- package/dist/{podchat-11.3.1.js → podchat-11.4.3.js} +486 -342
- package/dist/{podchat-11.3.2.js → podchat-12.1.0.js} +56356 -56307
- package/examples/index.html +47 -2
- package/package.json +3 -3
- package/src/call.module.js +137 -57
- package/src/chat.js +6 -7
package/changelog.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
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.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
|
|
26
|
+
### Added
|
|
27
|
+
- send key frame on start recording
|
|
28
|
+
- add participant to a p2p call
|
|
29
|
+
|
|
30
|
+
###Changed
|
|
31
|
+
- method: startGroupCall (Support for group call)
|
|
32
|
+
- Result format of exportChat
|
|
33
|
+
|
|
34
|
+
### Fixed
|
|
35
|
+
- startCall with invitees
|
|
36
|
+
- startGroupCall with invitees
|
|
37
|
+
|
|
6
38
|
|
|
7
39
|
## [11.3.4] - 2021-12-04
|
|
8
40
|
|