@livedesk/client 0.1.55 → 0.1.56
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
|
@@ -476,8 +476,8 @@ function clampNumber(value, min, max, fallback) {
|
|
|
476
476
|
}
|
|
477
477
|
|
|
478
478
|
function createFakeThumbnailFrame(options, payload, frameSeq) {
|
|
479
|
-
const width = clampNumber(payload?.maxWidth, 160,
|
|
480
|
-
const height = clampNumber(payload?.maxHeight, 90,
|
|
479
|
+
const width = clampNumber(payload?.maxWidth, 160, 3840, 360);
|
|
480
|
+
const height = clampNumber(payload?.maxHeight, 90, 2160, 220);
|
|
481
481
|
const now = new Date().toISOString();
|
|
482
482
|
const title = String(options.name || os.hostname()).replace(/[<>&"']/g, '_');
|
|
483
483
|
const svg = [
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|