podchat-browser 12.8.4 → 12.9.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 +52 -0
- package/dist/node/buildConfig.json +1 -1
- package/dist/podchat-browser-bundle.js +1 -1
- package/package.json +2 -2
- package/src/buildConfig.json +1 -1
package/changelog.md
CHANGED
|
@@ -5,6 +5,58 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
5
5
|
|
|
6
6
|
##[Unreleased]
|
|
7
7
|
|
|
8
|
+
## [12.9.0] 2023-06-17
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Incorrect version number in runtime
|
|
12
|
+
|
|
13
|
+
## [12.9.0] 2023-06-12
|
|
14
|
+
|
|
15
|
+
### Added
|
|
16
|
+
- Properties: metadata, systemMetadata to pinMessageVO in result of method getThread
|
|
17
|
+
|
|
18
|
+
## [12.8.4] 2023-06-17
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Incorrect version number in runtime
|
|
22
|
+
|
|
23
|
+
## [12.8.3] 2023-06-12 - deprecated
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
- UnreadCount cache
|
|
27
|
+
|
|
28
|
+
## [12.7.2] 2023-06-12
|
|
29
|
+
|
|
30
|
+
### Added
|
|
31
|
+
- prevent request when socket not connected
|
|
32
|
+
- Event: THREAD_UNREAD_COUNT_UPDATED on chat: LAST_MESSAGE_DELETED
|
|
33
|
+
- Implemented new poor connection event for audio and video
|
|
34
|
+
- Method resetCallStream
|
|
35
|
+
- Event CALL_RECORDING_FAILED
|
|
36
|
+
- uniqueId to socket data
|
|
37
|
+
- Params: username, cellphoneNumber to method: getThreadParticipants
|
|
38
|
+
- Param: coreUserId to method: getContacts
|
|
39
|
+
- Param: onlyNewMessages to method: getHistory
|
|
40
|
+
- Params: isGroup, type to method: getThreads
|
|
41
|
+
- Prevent ringing in other devices of the call owner
|
|
42
|
+
|
|
43
|
+
### Changed
|
|
44
|
+
- Method shouldNotProcessChatMessage modified
|
|
45
|
+
- Method recallThreadParticipant modified
|
|
46
|
+
- Merge audioLevel improvements
|
|
47
|
+
- Update package async-ws-only
|
|
48
|
+
- Method exportChat modified due to the chat server changes
|
|
49
|
+
- Modified ping functionality with chat server
|
|
50
|
+
- Improved functionality of field: ownerId
|
|
51
|
+
- Removed unnecessary call to getAllThreads on asyncReady
|
|
52
|
+
- Modified process of call request handling functionality
|
|
53
|
+
- Merge: setToken improvement, sdk version
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
- Incorrect callId in some scenarios
|
|
57
|
+
- Bug in CALL_DIVS event in groupCall
|
|
58
|
+
- Bug, call participants voice was playing in other devices of the user
|
|
59
|
+
|
|
8
60
|
## [12.7.2-snapshot.30]
|
|
9
61
|
- Updated package podasync-ws-only to version 2.9.0-snapshot.4 to fix retryStep
|
|
10
62
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.
|
|
1
|
+
{"version":"12.9.1","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|
|
@@ -45870,7 +45870,7 @@ WildEmitter.mixin = function (constructor) {
|
|
|
45870
45870
|
WildEmitter.mixin(WildEmitter);
|
|
45871
45871
|
|
|
45872
45872
|
},{}],267:[function(require,module,exports){
|
|
45873
|
-
module.exports={"version":"12.
|
|
45873
|
+
module.exports={"version":"12.9.1","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|
|
45874
45874
|
},{}],268:[function(require,module,exports){
|
|
45875
45875
|
"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");var _typeof3=require("@babel/runtime/helpers/typeof");Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;var _regenerator=_interopRequireDefault(require("@babel/runtime/regenerator"));var _asyncToGenerator2=_interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));var _toConsumableArray2=_interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));var _typeof2=_interopRequireDefault(require("@babel/runtime/helpers/typeof"));var _constants=require("./lib/constants");var _kurentoUtils=_interopRequireDefault(require("kurento-utils"));var _utility=_interopRequireDefault(require("./utility/utility"));var _eventsModule=require("./events.module.js");var _deviceManager=_interopRequireDefault(require("./lib/call/deviceManager.js"));var _errorHandler=_interopRequireWildcard(require("./lib/errorHandler"));function _getRequireWildcardCache(nodeInterop){if(typeof WeakMap!=="function")return null;var cacheBabelInterop=new WeakMap();var cacheNodeInterop=new WeakMap();return(_getRequireWildcardCache=function _getRequireWildcardCache(nodeInterop){return nodeInterop?cacheNodeInterop:cacheBabelInterop;})(nodeInterop);}function _interopRequireWildcard(obj,nodeInterop){if(!nodeInterop&&obj&&obj.__esModule){return obj;}if(obj===null||_typeof3(obj)!=="object"&&typeof obj!=="function"){return{"default":obj};}var cache=_getRequireWildcardCache(nodeInterop);if(cache&&cache.has(obj)){return cache.get(obj);}var newObj={};var hasPropertyDescriptor=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var key in obj){if(key!=="default"&&Object.prototype.hasOwnProperty.call(obj,key)){var desc=hasPropertyDescriptor?Object.getOwnPropertyDescriptor(obj,key):null;if(desc&&(desc.get||desc.set)){Object.defineProperty(newObj,key,desc);}else{newObj[key]=obj[key];}}}newObj["default"]=obj;if(cache){cache.set(obj,newObj);}return newObj;}function ChatCall(params){var _params$asyncLogging,_params$asyncLogging2,_params$asyncLogging3,_params$callOptions,_params$callOptions2;var//Utility = params.Utility,
|
|
45876
45876
|
currentModuleInstance=this,asyncClient=params.asyncClient,//chatEvents = params.chatEvents,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podchat-browser",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.9.1",
|
|
4
4
|
"description": "Javascript SDK to use POD's Chat Service - Browser Only",
|
|
5
5
|
"main": "./dist/node/chat.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publish:snapshot": "npm run version:snapshot && npm run build && npm run commitVersionChanges && npm publish --tag snapshot",
|
|
9
9
|
"version:snapshot": "npm version prerelease --preid snapshot",
|
|
10
10
|
"publish:release": "npm run version:release && npm run build && npm run commitVersionChanges && npm publish",
|
|
11
|
-
"version:release": "npm version 12.
|
|
11
|
+
"version:release": "npm version 12.9.1",
|
|
12
12
|
"build:browser": "browserify -t [ babelify ] src/chat.js > dist/podchat-browser-bundle.js",
|
|
13
13
|
"build:npm": "babel src -d dist/node --copy-files",
|
|
14
14
|
"commitVersionChanges": "git add . && git commit -m \"Version\" && npm run wait",
|
package/src/buildConfig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.
|
|
1
|
+
{"version":"12.9.1","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|