@recallai/desktop-sdk 2024.12.27-0f25f8d3346b8ff428eb03eaa426aed3ff1ec2c4 → 2025.1.7-2caea2e3825fe705e9de915d8fc425268bb272d9
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.
|
Binary file
|
package/index.js
CHANGED
|
@@ -37,8 +37,8 @@ function init(options) {
|
|
|
37
37
|
addon.init(JSON.stringify(options));
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
function startRecording(
|
|
41
|
-
addon.start_recording(
|
|
40
|
+
function startRecording(config) {
|
|
41
|
+
addon.start_recording(JSON.stringify(config));
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
function stopRecording({ windowId }) {
|
package/package.json
CHANGED
|
Binary file
|