@recallai/desktop-sdk 2.0.23 → 2.0.24
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 +4 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
### 2.0.
|
|
1
|
+
### 2.0.24 [patch] (MacOS+Windows) - 2026-07-06
|
|
2
|
+
- Fix regression in realtime transcription latency caused in the last update.
|
|
3
|
+
|
|
4
|
+
### 2.0.23 [patch] (MacOS+Windows) - 2026-07-05
|
|
2
5
|
- Fix issue with two participant tiles rapidly replacing eachother in PIP mode for Zoom and Google Meet on macOS
|
|
3
6
|
- Webhook message sent on a transcription failure event from the DSDK
|
|
4
7
|
- Support for tab and window screenshare on Teams Web for macOS
|
|
@@ -21,8 +24,6 @@
|
|
|
21
24
|
- Fixed issue with capturing wrong display for specific setups for Google Meet on macOS
|
|
22
25
|
- Ad Hoc recordings no longer require accessibility privilege on macOS
|
|
23
26
|
|
|
24
|
-
|
|
25
|
-
|
|
26
27
|
### 2.0.22 [patch] (MacOS+Windows) - 2026-06-26
|
|
27
28
|
- Support for Teams Web on macOS.
|
|
28
29
|
- Audio capture pipeline performance improvements on macOS.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.24",
|
|
4
4
|
"description": "Recall Desktop SDK",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"@types/node": "^24.2.0",
|
|
21
21
|
"typescript": "^5.3.3"
|
|
22
22
|
},
|
|
23
|
-
"commit_sha": "
|
|
23
|
+
"commit_sha": "5e72245898ef9ad6992b10fbe383f4a1c8853f3a"
|
|
24
24
|
}
|