@recallai/desktop-sdk 2.0.18 → 2.0.19
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 +14 -3
- package/index.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
|
+
### 2.0.19 [patch] (MacOS+Windows) - 2026-06-12
|
|
2
|
+
- Fixed crash on Windows during video capture
|
|
3
|
+
- Improve google meet active speaker detection on macOS and Windows
|
|
4
|
+
- Encoding performance improvements on macOS and Windows
|
|
5
|
+
- Improved google meet detection on macOS
|
|
6
|
+
- Improved speaker audio capture on macOS
|
|
7
|
+
- Improved end of call detection for Teams on macOS
|
|
8
|
+
- Fatal errors now trigger recording ended on Windows
|
|
9
|
+
- Fixed glitched video capture rectangles on macOS
|
|
10
|
+
- Add retries to presigned urls and error handling when failure occurs
|
|
11
|
+
|
|
1
12
|
### 2.0.18 [patch] (MacOS+Windows) - 2026-06-04
|
|
2
|
-
- Fixed prepareDesktopAudioRecording signature
|
|
3
|
-
- Fixed zoom meeting title and url support on Windows
|
|
4
|
-
- Fixed for phantom meeting detected events on macOS
|
|
13
|
+
- Fixed prepareDesktopAudioRecording signature
|
|
14
|
+
- Fixed zoom meeting title and url support on Windows
|
|
15
|
+
- Fixed for phantom meeting detected events on macOS
|
|
5
16
|
|
|
6
17
|
### 2.0.17 [patch] (MacOS+Windows) - 2026-05-31
|
|
7
18
|
- Fixed teams localization on Windows
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
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": "41a8616c8efb68ac234eb9fbf79f1100e2fc0495"
|
|
24
24
|
}
|