podchat-browser 12.7.1-snapshot.8 → 12.7.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 +84 -0
- package/dist/node/call.module.js +4416 -4239
- package/dist/node/chat.js +468 -383
- package/dist/node/events.module.js +2 -33
- package/dist/node/lib/call/deviceManager.js +268 -218
- package/dist/node/lib/constants.js +22 -2
- package/dist/node/lib/errorHandler.js +125 -30
- package/dist/node/messaging.module.js +246 -246
- package/dist/podchat-browser-bundle.js +47142 -54952
- package/examples/index.html +77 -20
- package/package.json +2 -2
- package/src/call.module.js +286 -125
- package/src/chat.js +397 -190
- package/src/events.module.js +2 -27
- package/src/lib/call/deviceManager.js +62 -24
- package/src/lib/constants.js +22 -1
- package/src/lib/errorHandler.js +78 -10
- package/dist/node.zip +0 -0
package/changelog.md
CHANGED
|
@@ -5,6 +5,90 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
5
5
|
|
|
6
6
|
##[Unreleased]
|
|
7
7
|
|
|
8
|
+
## [12.7.1-snapshot.22] - 2022-10-12
|
|
9
|
+
### Added
|
|
10
|
+
- fire Event: THREAD_LAST_SEEN_UPDATED on chat message: LAST_SEEN_UPDATED, type: 31
|
|
11
|
+
|
|
12
|
+
## [12.7.1-snapshot.21] - 2022-10-11
|
|
13
|
+
## [12.7.1-snapshot.20] - 2022-10-11
|
|
14
|
+
### Changed
|
|
15
|
+
- Event: MESSAGE_DELETE, Added: time, timeNanos
|
|
16
|
+
|
|
17
|
+
## [12.7.1-snapshot.19] - 2022-10-9
|
|
18
|
+
### Added
|
|
19
|
+
- Retry requests to kurento
|
|
20
|
+
- Property: chatId to call requests
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- Do nothing when leave call is not for current active call
|
|
24
|
+
- Method: sendCallMessage
|
|
25
|
+
|
|
26
|
+
## [12.7.1-snapshot.17] - 2022-10-1
|
|
27
|
+
### Fixed
|
|
28
|
+
- Bug in replyFileMessage
|
|
29
|
+
|
|
30
|
+
## [12.7.1-snapshot.16] - 2022-09-29
|
|
31
|
+
### Changed
|
|
32
|
+
- Modified recallThreadParticipant
|
|
33
|
+
### Fixed
|
|
34
|
+
- Error: userInfo is not defined in method uploadFileToPodspaceNew
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [12.7.1-snapshot.15] - 2022-09-12
|
|
38
|
+
### Added
|
|
39
|
+
- Property: seenByAnyAssistant to thread item
|
|
40
|
+
- Property: callCenter to userInfo
|
|
41
|
+
- Method: recallThreadParticipant
|
|
42
|
+
### Changed
|
|
43
|
+
- Improved sendCallMessage functionality
|
|
44
|
+
- Improved error logs in console
|
|
45
|
+
### Fixed
|
|
46
|
+
- Video not present in recording result in firefox
|
|
47
|
+
|
|
48
|
+
## [12.7.1-snapshot.14] - 2022-09-5
|
|
49
|
+
### Added
|
|
50
|
+
- Property: threadId to event: RECEIVE_CALL
|
|
51
|
+
- Method: recallThreadParticipant
|
|
52
|
+
### Changed
|
|
53
|
+
- Inform all thread participants of event: CALL_PARTICIPANT_LEFT
|
|
54
|
+
- Removed Sentry from SDK
|
|
55
|
+
- Improved request timeout mechanism in direct call message types requests
|
|
56
|
+
### Fixed
|
|
57
|
+
- Error when callOptions is not received in SDK Params
|
|
58
|
+
- Listing unused tags in CALL_DIVS event
|
|
59
|
+
|
|
60
|
+
## [12.7.1-snapshot.12] - 2022-08-21
|
|
61
|
+
### Added
|
|
62
|
+
- Event: CONTACT_THREAD_UPDATE
|
|
63
|
+
- Methods: archiveThread/unArchiveThread
|
|
64
|
+
|
|
65
|
+
## [12.7.1-snapshot.11] - 2022-08-16
|
|
66
|
+
### Added
|
|
67
|
+
- Method: getCustomerInfo
|
|
68
|
+
|
|
69
|
+
### Changed
|
|
70
|
+
- ScreenShare functionality
|
|
71
|
+
- Modified video aspect ratio
|
|
72
|
+
- Modified method: sendCallSticker
|
|
73
|
+
|
|
74
|
+
## [12.7.1-snapshot.9] - 2022-07-30
|
|
75
|
+
### Added
|
|
76
|
+
- Method: sendCallSticker
|
|
77
|
+
|
|
78
|
+
### Fixed
|
|
79
|
+
- Problem on CALL_ENDED didn't get fired for all thread participants
|
|
80
|
+
- Audio and Video problem after rejecting an incoming call
|
|
81
|
+
|
|
82
|
+
## [12.7.1-snapshot.8] - 2022-07-24
|
|
83
|
+
### Fixed
|
|
84
|
+
- Fixed bug on permission check error in call methods
|
|
85
|
+
|
|
86
|
+
## [12.7.1-snapshot.7] - 2022-07-23
|
|
87
|
+
### Changed
|
|
88
|
+
- Disabled healthCheck
|
|
89
|
+
- Prevent duplicate call user in SDK on chat event CALL_PARTICIPANT_JOINED
|
|
90
|
+
- Minor improvement
|
|
91
|
+
|
|
8
92
|
## [12.7.1-snapshot.6] - 2022-07-20
|
|
9
93
|
### Added
|
|
10
94
|
- Parameters: fromTime, toTime in method: getThreads
|