@recallai/desktop-sdk 2.0.22 → 2.0.23
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 +25 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
### 2.0.23 [patch] (MacOS+Windows) - 2026-06-26
|
|
2
|
+
- Fix issue with two participant tiles rapidly replacing eachother in PIP mode for Zoom and Google Meet on macOS
|
|
3
|
+
- Webhook message sent on a transcription failure event from the DSDK
|
|
4
|
+
- Support for tab and window screenshare on Teams Web for macOS
|
|
5
|
+
- Support participant scraping for a specific zoom overlay on Windows.
|
|
6
|
+
- Fixed issues where encoding would stop abruptly mid recording.
|
|
7
|
+
- Improved heartbeat and status request error handling.
|
|
8
|
+
- Fixed issue where wrong Chrome window would be captured when screensharing from Google Meet on macOS
|
|
9
|
+
- Fixed issue where participant would be incorrectly labeled Host on Safari macOS
|
|
10
|
+
- Fixed issue where participant with "-" would cause incorrect speaker labels for Zoom on macOS
|
|
11
|
+
- Added support for screensharing tabs from Zoom on macOS
|
|
12
|
+
- Added guardrails to restrict compliance messaging from acting on tabs outside of Google Meet on macOS
|
|
13
|
+
- Fixed issue where clicking on link to site being shared in Chrome banner would capture non-meeting content for Google Meet on macOS
|
|
14
|
+
- Prevent screenshare picker from being captured for Google Meet on macOS
|
|
15
|
+
- Fixed issue with audio capture being quiet for Safari on macOS
|
|
16
|
+
- Fixed issue with audio being captured while muted while in PIP mode for Google Meet on macOS
|
|
17
|
+
- Fixed issue where meeting code was returned instead of `null` for Google Meet on Safari on macOS
|
|
18
|
+
- Fixed issue with capturing beyond meeting window when emoji bar selected for Google Meet on macOS
|
|
19
|
+
- Fixed issue with tab screenshare not being captured when PIP disabled for Google Meet on macOS
|
|
20
|
+
- Added guardrails to prevent Google Meet prematurely being detected as closed for Google Meet on macOS
|
|
21
|
+
- Fixed issue with capturing wrong display for specific setups for Google Meet on macOS
|
|
22
|
+
- Ad Hoc recordings no longer require accessibility privilege on macOS
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
### 2.0.22 [patch] (MacOS+Windows) - 2026-06-26
|
|
2
27
|
- Support for Teams Web on macOS.
|
|
3
28
|
- 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.23",
|
|
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": "f4671fc86f7427630c2adb70bee8c940bad0a8b7"
|
|
24
24
|
}
|