@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 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.x
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
@@ -56,6 +56,7 @@ export interface UploadRecordingConfig {
56
56
  windowId: string;
57
57
  }
58
58
  interface PrepareDesktopAudioRecordingConfig {
59
+ [key: string]: any;
59
60
  }
60
61
  export interface RecordingStartEvent {
61
62
  window: RecallAiSdkWindow;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recallai/desktop-sdk",
3
- "version": "2.0.18",
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": "06995397e307be150994eec2db80a66a3b17d74f"
23
+ "commit_sha": "41a8616c8efb68ac234eb9fbf79f1100e2fc0495"
24
24
  }