podchat-browser 12.9.19 → 12.9.20-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
CHANGED
|
@@ -10,20 +10,16 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
10
10
|
### Added
|
|
11
11
|
- Added possibility to get the original data from threads cache
|
|
12
12
|
- Added method reInit
|
|
13
|
-
- Implemented dataChannel for multitrack calls
|
|
14
13
|
- Added new callType other than normal callType for single user calls
|
|
15
14
|
- Added method getKurentoPeersQualityMetrics
|
|
16
15
|
- Added method getJanusPeersQualityMetrics
|
|
17
|
-
- Added possibility to startSendDataChannel when needed
|
|
18
16
|
|
|
19
17
|
### Fixed
|
|
20
18
|
- Improved REMOVE_CALL_PARTICIPANT event type 95
|
|
21
|
-
- Fixed bug in method forceJoin
|
|
22
19
|
- Fixed bugs in new contact methods
|
|
23
20
|
|
|
24
21
|
### Changed
|
|
25
22
|
- Added uniqueId to new thread event
|
|
26
|
-
- Added field returnOriginalData to get originalData from cache
|
|
27
23
|
|
|
28
24
|
## [12.9.18] 05-01-2026
|
|
29
25
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.20-snapshot.1","date":"۱۴۰۵/۳/۱۹","VersionInfo":"Release: false, Snapshot: true, Is For Test: true"}
|
|
@@ -524,7 +524,7 @@ function ContactsV2(app) {
|
|
|
524
524
|
_returnData.result.contacts = jsonResponse; //returnData.result.count = responseData.count;
|
|
525
525
|
|
|
526
526
|
_returnData.requestedSize = data.size;
|
|
527
|
-
_returnData.result.hasNext = data.size == _returnData.result.length
|
|
527
|
+
_returnData.result.hasNext = data.size == _returnData.result.contacts.length;
|
|
528
528
|
_returnData.result.nextOffset = data.offset + data.size;
|
|
529
529
|
_returnData.result.contentCount = undefined;
|
|
530
530
|
app.chatEvents.fireEvent('contactEvents', {
|