@livedesk/client 0.1.62 → 0.1.63
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/bin/livedesk-client-node.js +2 -2
- package/fast/linux-x64/livedesk-client-fast.dll +0 -0
- package/fast/linux-x64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-arm64/livedesk-client-fast.dll +0 -0
- package/fast/osx-arm64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-x64/livedesk-client-fast.dll +0 -0
- package/fast/osx-x64/livedesk-client-fast.pdb +0 -0
- package/fast/win-x64/livedesk-client-fast.dll +0 -0
- package/fast/win-x64/livedesk-client-fast.pdb +0 -0
- package/package.json +1 -1
|
@@ -12,8 +12,8 @@ const DEFAULT_HEARTBEAT_MS = 5000;
|
|
|
12
12
|
const DEFAULT_RECONNECT_MS = 5000;
|
|
13
13
|
const EXIT_INVALID_PAIR_TOKEN = 23;
|
|
14
14
|
const DEFAULT_AI_MODEL = 'gpt-5.4-mini';
|
|
15
|
-
const DEFAULT_LIVE_FPS =
|
|
16
|
-
const MAX_LIVE_FPS =
|
|
15
|
+
const DEFAULT_LIVE_FPS = 30;
|
|
16
|
+
const MAX_LIVE_FPS = 30;
|
|
17
17
|
const MAX_FRAME_BASE64_CHARS = 3 * 1024 * 1024;
|
|
18
18
|
const MAX_AI_OUTPUT_CHARS = 6000;
|
|
19
19
|
const MAX_FILE_TRANSFER_FILES = 24;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|