podchat-browser 12.9.1 → 12.10.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 CHANGED
@@ -5,58 +5,6 @@ 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
-
60
8
  ## [12.7.2-snapshot.30]
61
9
  - Updated package podasync-ws-only to version 2.9.0-snapshot.4 to fix retryStep
62
10
 
@@ -1 +1 @@
1
- {"version":"12.9.1","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
1
+ {"version":"12.10.1-snapshot.0","date":"۱۴۰۲/۳/۲۷","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
@@ -35,7 +35,8 @@ function ChatEvents(params) {
35
35
  systemEvents: {},
36
36
  chatReady: {},
37
37
  error: {},
38
- chatState: {}
38
+ chatState: {},
39
+ asyncMessageLog: {}
39
40
  };
40
41
 
41
42
  var PodChatErrorException = function PodChatErrorException(error) {