feat: set maxWidth ot 1280
This commit is contained in:
@@ -36,7 +36,7 @@ const SCREENCAST_CONFIG: {
|
|||||||
maxQueueSize: number;
|
maxQueueSize: number;
|
||||||
} = {
|
} = {
|
||||||
format: 'jpeg',
|
format: 'jpeg',
|
||||||
maxWidth: 900,
|
maxWidth: 1280,
|
||||||
maxHeight: 400,
|
maxHeight: 400,
|
||||||
targetFPS: 30,
|
targetFPS: 30,
|
||||||
compressionQuality: 0.8,
|
compressionQuality: 0.8,
|
||||||
|
|||||||
Reference in New Issue
Block a user