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 +22 -0
- package/dist/podchat-11.4.2.js +55921 -55921
- package/dist/podchat-11.4.3.js +55921 -55921
- package/dist/podchat-12.1.0.js +55921 -55921
- package/dist/podchat-12.3.1.js +55921 -55921
- package/{dist/podchat-11.4.1.js → examples/bundle-test.js} +1026 -317
- package/examples/index.html +16 -1
- package/examples/index2.html +3333 -0
- package/examples-test/adapter.js +3423 -0
- package/examples-test/config.js +37 -0
- package/examples-test/index.html +2145 -0
- package/examples-test/kurento-utils.min.js +55 -0
- package/examples-test/load.html +395 -0
- package/examples-test/purify.min.js +3 -0
- package/examples-test.zip +0 -0
- package/package.json +5 -3
- package/src/call.module.js +373 -212
- package/src/chat.js +40 -3
- package/src/events.module.js +1 -0
- package/dist/podchat-10.14.13.js +0 -71188
- package/dist/podchat-11.2.4.js +0 -74552
- package/dist/podchat-11.3.4.js +0 -74687
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
|