@recallai/desktop-sdk 2.0.18 → 2.0.20
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 +31 -3
- package/index.d.ts +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,35 @@
|
|
|
1
|
+
### 2.0.20 [patch] (MacOS+Windows) - 2026-06-19
|
|
2
|
+
- General performance improvements for Windows
|
|
3
|
+
- Fixed issue with occasionally not firing `meeting-closed` when Teams closed on macOS
|
|
4
|
+
- Improved mute detection for Google Meet for Safari on macOS
|
|
5
|
+
- Improved resolution of local screenshare capture when sharing Chrome window from Google Meet in Chrome on macOS
|
|
6
|
+
- Added opt-in ability to hide participant tiles that do not have video enabled for Zoom on macOS
|
|
7
|
+
- Screenshare capture no longer captures Zoom UI for Zoom on macOS
|
|
8
|
+
- Fixed compliance messaging not being sent for Google Meet calendar meetings on Chrome on macOS
|
|
9
|
+
- Added support for compliance messaging on Teams and Zoom on macOS
|
|
10
|
+
- Fixed issue where speaker names were incorrectly extracted for Zoom collapsed PIP mode on macOS
|
|
11
|
+
- Fixed issue where active speaker was not identified correctly occasionally for Zoom immersive mode on macOS
|
|
12
|
+
- Fixed issue where active speaker was not identified correctly occasionally for Zoom PIP mode on macOS
|
|
13
|
+
- Fixed issue where "Try Annotation" appeared as a participant tile occasionally for Google Meet on macOS
|
|
14
|
+
- Fixed issue where accessibility permission dialog appeared unintentionally on initial install on macOS
|
|
15
|
+
- Fixed issue where Zoom would occasionally return stale meeting urls on macOS
|
|
16
|
+
- Fixed various issues where participant tiles would be incorrectly cropped for Google Meet on macOS
|
|
17
|
+
|
|
18
|
+
### 2.0.19 [patch] (MacOS+Windows) - 2026-06-12
|
|
19
|
+
- Fixed crash on Windows during video capture
|
|
20
|
+
- Improve google meet active speaker detection on macOS and Windows
|
|
21
|
+
- Encoding performance improvements on macOS and Windows
|
|
22
|
+
- Improved google meet detection on macOS
|
|
23
|
+
- Improved speaker audio capture on macOS
|
|
24
|
+
- Improved end of call detection for Teams on macOS
|
|
25
|
+
- Fatal errors now trigger recording ended on Windows
|
|
26
|
+
- Fixed glitched video capture rectangles on macOS
|
|
27
|
+
- Add retries to presigned urls and error handling when failure occurs
|
|
28
|
+
|
|
1
29
|
### 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
|
|
30
|
+
- Fixed prepareDesktopAudioRecording signature
|
|
31
|
+
- Fixed zoom meeting title and url support on Windows
|
|
32
|
+
- Fixed for phantom meeting detected events on macOS
|
|
5
33
|
|
|
6
34
|
### 2.0.17 [patch] (MacOS+Windows) - 2026-05-31
|
|
7
35
|
- 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.20",
|
|
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": "d2c250041a6db5c128e7b19a99eabe8bc92f6883"
|
|
24
24
|
}
|