@recallai/desktop-sdk 2.0.25 → 2.0.27
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 +28 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
### 2.0.27 [patch] (MacOS+Windows) - 2026-07-30
|
|
2
|
+
- Fixed issue where `is_host` was not set to true for host participant events on macOS
|
|
3
|
+
- Fixed issue where active speakers were Host and Guest for collapsed PIP window for Teams Desktop on macOS
|
|
4
|
+
- Screenshare picker is no longer captured for Teams Web on macOS
|
|
5
|
+
- Fixed audio issue when background audio was playing while in Teams Desktop PIP window on macOS
|
|
6
|
+
- Fixed issue where all meeting providers on macOS could emit `meeting-closed` when dragged to a new space if on a permission-restricted environment
|
|
7
|
+
- Fixed issue where Guest and Host speaker labels were emitted for Google Meet on Brave on macOS
|
|
8
|
+
- Fixed issue where Teams Desktop would emit Guest and Host speaker labels while screensharing on macOS
|
|
9
|
+
- Fixed issue where compliance messages could be sent twice on platforms on macOS
|
|
10
|
+
- Fixed issue where memory usage could spike to several GB when detecting Zoom meetings on macOS
|
|
11
|
+
- Fixed issue where Desktop SDK IPC could hang after shutting down ad hoc recording on macOS
|
|
12
|
+
- Fixed issue where Zoom would emit `meeting-closed` if disconnected from computer audio on macOS
|
|
13
|
+
- Fixed issue where screenshare was not captured for Japanese locale on macOS
|
|
14
|
+
- Fixed issue where raised hand would be confused with active speaker for Teams Desktop on macOS
|
|
15
|
+
- Fixed issue where Teams Desktop would use network indicator as host name on macOS
|
|
16
|
+
- Fixed issue where Google Meet urls were not obtained on Windows
|
|
17
|
+
- Fixed issue where Google Meet meetings were sometimes not detected on Windows
|
|
18
|
+
- Fixed issue where audio was captured with low gain on macOS
|
|
19
|
+
- Fixed various crashes on Windows
|
|
20
|
+
|
|
21
|
+
### 2.0.26 [patch] (MacOS+Windows) - 2026-07-20
|
|
22
|
+
- Fixed issue where meeting titles included non-title text for Teams Web on macOS
|
|
23
|
+
- Fixed issue with screenshares not being captured for Teams Desktop on macOS
|
|
24
|
+
- Fixed issue where recordings would prematurely finalize on macOS / Windows
|
|
25
|
+
- Fixed issue where display screenshares not captured on Safari on macOS
|
|
26
|
+
- Fixed issue where recordings go black after tabbing back into meeting for Safari on macOS
|
|
27
|
+
- Fixed issue where Safari window screenshare not captured for Safari on macOS
|
|
28
|
+
|
|
1
29
|
### 2.0.25 [patch] (MacOS+Windows) - 2026-07-10
|
|
2
30
|
- Fixed issue tracking which microphone to capture on macOS in some cases
|
|
3
31
|
- Fixed video capture for participants on zoom for 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.27",
|
|
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": "b79e27c5fa8026a66bed02d0bef4c0cb2e1833c0"
|
|
24
24
|
}
|